Show edition year instead of program name platform-wide
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m33s
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m33s
Change program selectors and display labels from full program name to "2026 Edition" format across admin, jury, mentor, observer, and public pages. Selector labels changed from "Program" to "Edition". Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -149,7 +149,7 @@ export default function MentorDashboard() {
|
||||
<div className="space-y-1">
|
||||
<div className="flex items-center gap-2 text-sm text-muted-foreground">
|
||||
<span>
|
||||
{project.round.program.name} {project.round.program.year}
|
||||
{project.round.program.year} Edition
|
||||
</span>
|
||||
<span>•</span>
|
||||
<span>{project.round.name}</span>
|
||||
|
||||
@@ -109,7 +109,7 @@ function ProjectDetailContent({ projectId }: { projectId: string }) {
|
||||
<div className="space-y-1">
|
||||
<div className="flex items-center gap-2 text-sm text-muted-foreground">
|
||||
<span>
|
||||
{project.round.program.name} {project.round.program.year}
|
||||
{project.round.program.year} Edition
|
||||
</span>
|
||||
<span>•</span>
|
||||
<span>{project.round.name}</span>
|
||||
|
||||
@@ -94,7 +94,7 @@ export default function MentorProjectsPage() {
|
||||
<div className="space-y-1">
|
||||
<div className="flex items-center gap-2 text-sm text-muted-foreground">
|
||||
<span>
|
||||
{project.round.program.name} {project.round.program.year}
|
||||
{project.round.program.year} Edition
|
||||
</span>
|
||||
<span>•</span>
|
||||
<span>{project.round.name}</span>
|
||||
|
||||
Reference in New Issue
Block a user