Skip to content

Commit

Permalink
fix: fix home page button href
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-zeynal committed Nov 25, 2023
1 parent a21ea5a commit 0f62c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const Home = () => {
<Typography id="home-title" pb={2}>
Amirkabir Artificial Intelligence Student Summit
</Typography>
<Button variant="contained" size="large" id="call-to-action-btn" href="/workshops">
Register now
<Button variant="contained" size="large" id="call-to-action-btn" href="/talks">
Participate now
</Button>
</div>
</div>
Expand Down

0 comments on commit 0f62c95

Please sign in to comment.