Merge pull request #101 from appwrite/fix-titles

fix: titles on reload
This commit is contained in:
Torsten Dittmann
2022-11-02 14:49:33 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
-4
View File
@@ -26,10 +26,6 @@
}
</script>
<svelte:head>
<title>Console - Appwrite</title>
</svelte:head>
<Shell
showSideNavigation={$page.url.pathname !== '/console' &&
!$page?.params.organization &&
@@ -1 +1,5 @@
<svelte:head>
<title>Authentication - Appwrite</title>
</svelte:head>
<slot />