Skip to content

Commit

Permalink
Comment out rewards page
Browse files Browse the repository at this point in the history
  • Loading branch information
martincai8 committed Nov 1, 2024
1 parent f72e1d9 commit 66957e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const Sidebar = ({
{ location: '/', text: 'Home' },
{ location: '/schedule', text: 'Schedule' },
{ location: '/livestream', text: 'Livestream' },
{ location: '/rewards', text: 'Rewards' },
// { location: '/rewards', text: 'Rewards' },
{ location: '/sponsors', text: 'Sponsors' },
],
// Tools
Expand Down

0 comments on commit 66957e3

Please sign in to comment.