Skip to content

Commit

Permalink
fix landing link
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jun 5, 2024
1 parent 43db8c2 commit 34bb8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing/src/components/Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div class="navbar bg-base-100 lg:flex lg:max-w-[1065px] mt-3 m-auto">
<div class="flex-1">
<a href="/" class="btn btn-ghost text-sm sm:btn-xs lg:btn-md lg:text-xl">
<a href="#top" class="btn btn-ghost text-sm sm:btn-xs lg:btn-md lg:text-xl">
<Logo />
<span class="opacity-95">Vibe</span>
</a>
Expand Down

0 comments on commit 34bb8c8

Please sign in to comment.