Merge pull request #65 from MD1125/main
Unified theme for all Sign in buttons
This commit is contained in:
commit
6096ec723a
5 changed files with 35 additions and 18 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Reference in a new issue