Skip to content

Commit

Permalink
fix: menu links
Browse files Browse the repository at this point in the history
  • Loading branch information
jouwdan committed May 4, 2024
1 parent 1c13508 commit f101282
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,9 @@
</Avatar>
</a>
<div class="flex-1 space-x-1 lg:space-x-4">
<Button variant="a" asChild>
<a href="/">Home</a>
</Button>
<Button variant="a" asChild>
<a href="/about">About</a>
</Button>
<Button variant="a" asChild>
<a href="/blog">Blog</a>
</Button>
<Button variant="link" href="/">Home</Button>
<Button variant="link" href="/about">About</Button>
<Button variant="link" href="/blog">Blog</Button>
</div>
<div class="right">
<Button on:click={toggleMode} variant="outline" size="icon">
Expand Down

0 comments on commit f101282

Please sign in to comment.