Skip to content

Commit

Permalink
fix(fe): hide a standings tab (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
dayongkr authored Mar 26, 2024
1 parent 8e311e5 commit 926367c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/app/(main)/contest/_components/ContestTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ export default function ContestTabs({ contestId }: { contestId: string }) {
>
Announcement
</Link>
<Link
{/* <Link
href={`/contest/${id}/standings` as Route}
className={cn(
'text-lg text-gray-400',
isCurrentTab('standings') && 'text-primary'
)}
>
Standings
</Link>
</Link> */}
</div>
)
}

0 comments on commit 926367c

Please sign in to comment.