Merge pull request #65 from MD1125/main

Unified theme for all Sign in buttons
This commit is contained in:
Face 2025-06-11 11:17:56 +03:00 committed by GitHub
commit 6096ec723a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 35 additions and 18 deletions

View file

@ -219,7 +219,7 @@
{:else}
<div class="text-center">
<p class="text-muted-foreground mb-3 text-sm">Sign in to join the discussion</p>
<Button onclick={() => goto('/')} size="sm">Sign In</Button>
<Button onclick={() => (shouldSignIn = true)} size="sm">Sign In</Button>
</div>
{/if}