Skip to content

Commit

Permalink
Added Bitcoin Faucet link to Footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsoft committed Dec 8, 2024
1 parent 4123a32 commit d33f891
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ export const Footer = () => {
Angor brand
</a>
</li>
<li className="mb-4">
<a
className="text-gray-400 hover:text-gray-300"
href="https://faucet.angor.io" target="_blank"
>
Bitcoin Faucet
</a>
</li>
</ul>
</div>
<div className="w-full md:w-1/3 lg:w-auto">
Expand Down

0 comments on commit d33f891

Please sign in to comment.