Skip to content

Commit

Permalink
fix(Home): added launchpad button.
Browse files Browse the repository at this point in the history
  • Loading branch information
viraka committed Apr 20, 2024
1 parent c8cda5b commit e2ab968
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/Pages/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,18 @@ const Home = () => {
</p>
</div>
<div className={styles.buttons}>
<a
target="_blank"

href="https://app.mulearn.org/register"
>
<button className={styles.primary}>Join µLearn</button>
</a>
<a rel="noopener noreferrer" href="/launchpad">
<button className={styles.secondary} >Join Launchpad 🚀</button>
</a>
</div>
{/* <div className={styles.buttons}>
<a
target="_blank"
rel="noopener noreferrer"
Expand All @@ -130,7 +142,7 @@ const Home = () => {
<a target="_blank" rel="noopener noreferrer" href="/mulearn.apk">
<button className={styles.secondary}>Download APK</button>
</a>
</div>
</div> */}
</div>
<img
className={styles.fv_image}
Expand Down

0 comments on commit e2ab968

Please sign in to comment.