mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
web/remux: add page title
This commit is contained in:
parent
ac9568a422
commit
33c2fee847
@ -70,6 +70,10 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>{$t("general.cobalt")}: {$t("tabs.remux")}</title>
|
||||
</svelte:head>
|
||||
|
||||
<DropReceiver id="remux-container" bind:draggedOver bind:file>
|
||||
<div id="remux-open" class:processing>
|
||||
<FileReceiver
|
||||
|
Loading…
Reference in New Issue
Block a user