Skip to content

Commit

Permalink
feat: hide leaderboard (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann authored Jan 30, 2020
1 parent 8ebd918 commit f7ea836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function App() {
return (
<Container>
<TopBar />
<Leaderboard />
{/* <Leaderboard /> */}
<Questions />
<QuestionBar />
<ProTip />
Expand Down

0 comments on commit f7ea836

Please sign in to comment.