Skip to content

Commit

Permalink
Add past projects button
Browse files Browse the repository at this point in the history
  • Loading branch information
kavyabhat02 authored Sep 5, 2023
1 parent d83d38d commit 8684c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/homepage/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const Home = () => {
<p>Kickstart your open source journey</p>
{/* <Link to="/projects" role="button">View Projects</Link> */}
<a rel="noopener noreferrer" role="button" target="_blank" href="https://forms.gle/QrPDNqwABhkDRmNz6">Apply as a mentor</a>
{/* <a rel="noopener noreferrer" role="button" target="_blank" href="https://forms.gle/QopXkFVpQH34AMuA9">Apply as a mentee</a>
<Link to="/projects" role="button">Projects to be announced soon!</Link> */}
{/* <a rel="noopener noreferrer" role="button" target="_blank" href="https://forms.gle/QopXkFVpQH34AMuA9">Apply as a mentee</a> */}
<Link to="/archive" role="button">View Past Projects</Link>
</div>
</div>
<br />
Expand Down

0 comments on commit 8684c83

Please sign in to comment.