Skip to content

Commit

Permalink
add link for android app
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeschen committed Nov 20, 2024
1 parent bcacfce commit dd13847
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions app/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ const Navbar = () => {
Home
</Link>
</li>
{/* <li>
<Link
href="https://scharts.vercel.app/"
className="rounded-md px-3 py-2 text-md font-medium hover:bg-green-600 hover:text-green-100"
<li>
<a
href="https://play.google.com/store/apps/details?id=com.mikeschen.www.hangboardrepeaters"
className="rounded-md px-3 py-2 text-md font-medium text-green-500 hover:bg-green-700 hover:text-green-100"
target="_blank"
rel="noopener noreferrer"
>
Personal Project: Strava Charts
</Link>
</li> */}
Personal Project: Android App
</a>
</li>
<li>
<a
href="https://github.com/mikeschen"
Expand Down

0 comments on commit dd13847

Please sign in to comment.