Skip to content

Commit

Permalink
Homepage: Changed to Relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadanand Pai committed Aug 2, 2023
1 parent 1d47e03 commit a72daab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ function Home() {
/>

<div className={styles.routes}>
<a href="https://sadanandpai.github.io/frontend-mini-challenges/native/">
<a href="/frontend-mini-challenges/native/">
View challenges in
<br />
JavaScript
</a>
<a href="https://sadanandpai.github.io/frontend-mini-challenges/react/dist/#/challenges">
<a href="/frontend-mini-challenges/react/dist/#/challenges">
View challenges in
<br />
React
Expand Down

0 comments on commit a72daab

Please sign in to comment.