feat(control): proper website title

This commit is contained in:
2026-01-10 00:38:55 +01:00
parent c175e9d3f8
commit 0692034344
@@ -5,6 +5,10 @@
let { children } = $props(); let { children } = $props();
</script> </script>
<svelte:head>
<title>PLG MuDiCS Control</title>
</svelte:head>
{@render children()} {@render children()}
<Notification /> <Notification />