Skip to content

Commit

Permalink
Merge pull request #368 from manipalutsav/feature-broadcast-and-navbar
Browse files Browse the repository at this point in the history
Temporary removal of public leaderboard
  • Loading branch information
code-rohitr committed Apr 5, 2024
2 parents 7fb2cea + 49fad17 commit 454faeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/commons/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ const SidebarItems = ({ backupName, backupData }) => {
<SidebarItem to="/teams" title="TEAMS" />
<SidebarItem to="/slots" title="SLOTS" />
<SidebarItem to="/volunteers" title="VOLUNTEERS" />
<SidebarItem to="/leaderboard/public" title="EVENT STANDINGS" />
{/* <SidebarItem to="/leaderboard/public" title="EVENT STANDINGS" /> */}
<SidebarItem to="/" title="EVENT STANDINGS" />
<SidebarItem to="/practice-slots/public" title="PRACTICE SLOTS" />
<SidebarItem to="/stats" title="STATS" />

Expand Down
3 changes: 2 additions & 1 deletion src/commons/Sidebar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ const SidebarItems = ({ backupName, backupData }) => {
<SidebarItem to="/teams" title="TEAMS" />
<SidebarItem to="/slots" title="SLOTS" />
<SidebarItem to="/volunteers" title="VOLUNTEERS" />
<SidebarItem to="/leaderboard/public" title="EVENT STANDINGS" />
{/* <SidebarItem to="/leaderboard/public" title="EVENT STANDINGS" /> */}
<SidebarItem to="/" title="EVENT STANDINGS" />
<SidebarItem to="/practice-slots/public" title="PRACTICE SLOTS" />
<SidebarItem to="/stats" title="STATS" />
{/* <SidebarItem to="/certificates" title="Certificates" /> */}
Expand Down

0 comments on commit 454faeb

Please sign in to comment.