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:
@@ -45,7 +45,7 @@ async function ObserverDashboardContent() {
|
||||
orderBy: { createdAt: 'desc' },
|
||||
take: 5,
|
||||
include: {
|
||||
program: { select: { name: true } },
|
||||
program: { select: { name: true, year: true } },
|
||||
_count: {
|
||||
select: {
|
||||
projects: true,
|
||||
@@ -172,7 +172,7 @@ async function ObserverDashboardContent() {
|
||||
</Badge>
|
||||
</div>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
{round.program.name}
|
||||
{round.program.year} Edition
|
||||
</p>
|
||||
</div>
|
||||
<div className="text-right text-sm">
|
||||
|
||||
Reference in New Issue
Block a user