Skip to content

Commit

Permalink
Donation box
Browse files Browse the repository at this point in the history
Donation box
  • Loading branch information
mohamed111112 authored Jan 3, 2024
1 parent ad47719 commit 4368275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/DonationBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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">
<link rel="stylesheet" type="text/css" href="path/to/DonationBox.css">

<i className="fas fa-hand-holding-heart donation-icon"></i>
<div className="donation-content">
Expand Down

0 comments on commit 4368275

Please sign in to comment.