Skip to content

Commit

Permalink
Update Navbar.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Mar 22, 2023
1 parent b58482d commit aef9281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bridge-ui/src/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
<TaikoLogoFluo width={50} />
</span>
<a
class="pl-5 text-lg hover:text-[#fc0fc0]"
class="pl-3 font-medium hover:text-[#fc0fc0]"
href="https://taiko.xyz/docs/guides/use-the-bridge"
target="_blank"
rel="noreferrer">Docs</a>
rel="noreferrer">Docs</a>
</div>
<div class="flex-none">
{#if $signer}
Expand Down

0 comments on commit aef9281

Please sign in to comment.