Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
msisaifu committed Jan 20, 2023
1 parent 1106894 commit ff4ddd4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,14 @@
Mint <span class="badge">New</span>
</a>
</li>
<li>
<a href="/premium" class="text-pink-500">
<IconDrawerPremium />
Premium <span class="badge">New</span>
</a>
</li>
{#if $currentUser}
<li>
<a href="/premium" class="text-pink-500">
<IconDrawerPremium />
Premium <span class="badge">New</span>
</a>
</li>
{/if}
<li>
<a href="/careers">
<IconDrawerCareers />
Expand Down

0 comments on commit ff4ddd4

Please sign in to comment.