Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions client/src/pages/JamHub.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@ export default function JamHub() {
<span className="hub-featured-pending">Judging opens after the jam ends</span>
) : (
<>
<Link to={`/jam/${featured.slug}`} className="hub-featured-cta">
View Entries
</Link>
<Link to={`/jam/${featured.slug}/judge`} className="hub-featured-cta">
Start Judging
Judge Entries
</Link>
<Link to={`/jam/${featured.slug}`} className="hub-featured-cta hub-featured-cta--secondary">
View Entries
</Link>
{getConfidence(featured) >= 1 ? (
<Link to={`/jam/${featured.slug}/results`} className="hub-featured-cta hub-featured-cta--secondary">
Expand Down
Loading