Skip to content

Commit

Permalink
feat(bridge-ui): add outgoing link to bridge docs (#13391)
Browse files Browse the repository at this point in the history
Co-authored-by: shadab-taiko <108871478+shadab-taiko@users.noreply.github.com>
  • Loading branch information
d1onys1us and shadab-taiko committed Mar 22, 2023
1 parent 0034508 commit 1b3c268
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/bridge-ui/src/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<span class="md:hidden">
<TaikoLogoFluo width={50} />
</span>
<a
class="pl-3 font-medium hover:text-[#fc0fc0]"
href="https://taiko.xyz/docs/guides/use-the-bridge"
target="_blank"
rel="noreferrer">Guide</a>
</div>
<div class="flex-none">
{#if $signer}
Expand Down

0 comments on commit 1b3c268

Please sign in to comment.