Skip to content

Commit

Permalink
Reveal login link.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jun 23, 2024
1 parent 2e0215e commit 2a2db0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div class="header">
<Link to="/">{Logo}</Link><span class="account"
>{#if $user}<Link to="/login">{$user.email}</Link>{:else if dev}<Link to="/login">Login</Link
>{#if $user}<Link to="/login">{$user.email}</Link>{:else}<Link to="/login">Login</Link
>{/if}</span
>
</div>
Expand Down

0 comments on commit 2a2db0f

Please sign in to comment.