Fix new trail (#673)

* Update FUNDING.yml

* fix new trail page reload
This commit is contained in:
slothful-vassal
2026-01-13 11:57:27 +01:00
committed by GitHub
parent 839679074f
commit 57b37d84c4

View File

@@ -219,6 +219,7 @@
: 'moon'}"
onclick={() => toggleTheme()}
></button>
<nav data-sveltekit-reload>
<div class="flex">
<a
class="btn-primary btn-large !rounded-r-none focus:ring-0"
@@ -239,6 +240,7 @@
{/snippet}
</Dropdown>
</div>
</nav>
{#if page.data.notifications}
<NotificationDropdown></NotificationDropdown>
{/if}