Add title to cloud route

This commit is contained in:
ZXY101
2024-03-26 02:17:47 +02:00
parent 37c4aa1572
commit 08eee8f62c

View File

@@ -248,6 +248,10 @@
} }
</script> </script>
<svelte:head>
<title>Cloud</title>
</svelte:head>
<div class="p-2 h-[90svh]"> <div class="p-2 h-[90svh]">
{#if loadingMessage} {#if loadingMessage}
<Loader> <Loader>