Skip to content

Commit

Permalink
Update Home.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenin82 authored Mar 28, 2024
1 parent 4029975 commit 4b346c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pages/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ const Home = () => {
</p>
</div>
<div className={styles.buttons}>
<a
{/* <a
target="_blank"
rel="noopener noreferrer"
href={donationLink}
>
<button className={styles.primary}>Make a Donation ❤️</button>
</a>
</a> */}
<a target="_blank" rel="noopener noreferrer" href="/mulearn.apk">
<button className={styles.secondary}>Download APK</button>
</a>
Expand Down

0 comments on commit 4b346c7

Please sign in to comment.