Skip to content

Commit 38618ee

Browse files
committed
Fix
1 parent c6d2e68 commit 38618ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
<p class="option-text">Account</p>
227227
</FlexWrapper>
228228
</a>
229-
<a class="option" href="https://kanban.davidnet.net/utils">
229+
<a class="option" href="/utils">
230230
<FlexWrapper width="100%" height="100%" gap="var(--token-space-2)">
231231
<Icon size="4rem" icon="build" />
232232
<p class="option-text">Utils</p>

0 commit comments

Comments
 (0)