fix: Error page redirect to /channel/general

This commit is contained in:
April Hall 2025-02-06 15:09:11 -05:00
parent 98e37f03e5
commit 6ec65e44b2
No known key found for this signature in database
GPG Key ID: A49AC35CB186266C

View File

@ -14,7 +14,7 @@
<BrokenHeart class="size-1/2 abs-center" />
</Card.Content>
<Card.Footer class="h-fit">
<Button href="/" variant="secondary" class="mx-auto">Go Home</Button>
<Button href="/channel/general" variant="secondary" class="mx-auto">Go Home</Button>
</Card.Footer>
</Card.Root>
</main>