Skip to content

Commit

Permalink
Added Venmo link
Browse files Browse the repository at this point in the history
  • Loading branch information
zromick committed Jul 9, 2024
1 parent f797d7c commit 46dbd43
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,18 @@ const HTMLLinkScraper: React.FC = () => {
</ul>
</div>
)}

{/* New Venmo button section */}
<div className="mt-8 text-center">
<a
href="https://venmo.com/u/zsrmck"
target="_blank"
rel="noopener noreferrer"
className="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded inline-block transition duration-300 ease-in-out transform hover:scale-105"
>
Like this app? Venmo me!
</a>
</div>
</div>
);
};
Expand Down

0 comments on commit 46dbd43

Please sign in to comment.