Skip to content

Commit

Permalink
Recover source btn
Browse files Browse the repository at this point in the history
  • Loading branch information
syjn99 committed Dec 26, 2024
1 parent 6bb25a8 commit 333f48c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions web/src/Faucet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,21 @@
<span><b>{faucetInfo.symbol} Faucet</b></span>
</a>
</div>
<div id="navbarMenu" class="navbar-menu">
<div class="navbar-end">
<span class="navbar-item">
<a
class="button is-white is-outlined"
href="https://github.com/overprotocol/over-faucet"
>
<span class="icon">
<i class="fa fa-github" />
</span>
<span>View Source</span>
</a>
</span>
</div>
</div>
</div>
</nav>
</div>
Expand Down

0 comments on commit 333f48c

Please sign in to comment.