Skip to content

Commit

Permalink
Fix incorrect merger of conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
aahnik committed Dec 3, 2024
1 parent 07b4605 commit cfe9120
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/contestlist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ export function ContestListPage() {
className="w-64"
/>
</div>
<Button onClick={() => router.push("/contests/create")}>
<Button onClick={() => router.push('/contest/create')}>
<Button onClick={() => router.push("/contest/create")}>
Add New Contest
</Button>
</div>
Expand Down

0 comments on commit cfe9120

Please sign in to comment.