Skip to content

Commit

Permalink
fix: download link changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenin82 committed Apr 12, 2024
1 parent 42818ec commit c98a3c5
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 @@ -127,8 +127,8 @@ const Home = () => {
>
<button className={styles.primary}>Make a Donation ❤️</button>
</a> */}
<a target="_blank" rel="noopener noreferrer" href='https://drive.usercontent.google.com/download?id=1REc-xUU6P2RsvZ8ZsQm71guL8SQVd7D2&export=download&authuser=0'>
<button className={styles.primary}>Download Newsletter</button>
<a target="_blank" rel="noopener noreferrer" href='https://drive.google.com/file/d/1REc-xUU6P2RsvZ8ZsQm71guL8SQVd7D2/view'>
<button className={styles.primary}>Newsletter</button>
</a>
<a target="_blank" rel="noopener noreferrer" href="/mulearn.apk">
<button className={styles.secondary}>Download APK</button>
Expand Down

0 comments on commit c98a3c5

Please sign in to comment.