Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed111112 authored Jan 3, 2024
1 parent 701fef1 commit 3c7f376
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/DonationBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ import React from 'react';
const DonationBox = () => {
return (
<div className="modern-donation-box">
{/* Add the CSS link here */}
<link rel="stylesheet" type="text/css" href="path/to/custom_2.css">

<i className="fas fa-hand-holding-heart donation-icon"></i>
<div className="donation-content">
💖 Love what you're reading? Support us with a <a href="Yhttps://www.paypal.com/donate?token=3Bk7S410X5rRxvwf2sj5G670W5JMhh6r2F8McpvJ6oSwp-hF_-WaUCFMwaOpKz9HhgV1M5YwHFS_uO7C" className="donation-link">donation!</a> 🌟
💖 Love what you're reading? Support us with a <a href="YOUR_DONATION_LINK" className="donation-link">donation!</a> 🌟
</div>
</div>
);
Expand Down

0 comments on commit 3c7f376

Please sign in to comment.