fix: title bug.

This commit is contained in:
Darshan
2025-10-05 18:10:34 +05:30
parent cb49559cf5
commit cfcedadca3
2 changed files with 8 additions and 2 deletions
@@ -31,7 +31,10 @@
</script>
<svelte:head>
<title>Databases - Appwrite</title>
<!-- svelte bug, the table header just stays! -->
{#key page.url.pathname}
<title>Databases - Appwrite</title>
{/key}
</svelte:head>
<slot />
@@ -138,7 +138,10 @@
</script>
<svelte:head>
<title>Database - Appwrite</title>
<!-- svelte bug, the table header just stays! -->
{#key page.url.pathname}
<title>Database - Appwrite</title>
{/key}
</svelte:head>
<slot />