Skip to content

Commit

Permalink
Add share on twitter button
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralOutDotEu committed Nov 7, 2023
1 parent 7b952ae commit f660876
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ const Footer = () => {
Follow on Twitter
</a>
</div>
<div>
<a href="https://twitter.com/share?url=https://ethereum-wallet-generator-online.vercel.app/&text=Generate Ethereum wallets securely in your browser"
target="_blank"
rel="noopener noreferrer"
className="inline-block bg-gray-700 hover:bg-gray-600 text-white font-semibold py-2 px-4 border border-gray-600 rounded shadow text-sm">
Share on Twitter
</a>
</div>
</div>
</footer>
);
Expand Down

0 comments on commit f660876

Please sign in to comment.