Skip to content

Commit

Permalink
Added space in navigation.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jul 4, 2024
1 parent afd1d8f commit c333227
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/Page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
</script>

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

0 comments on commit c333227

Please sign in to comment.