From 982405167998c2758d9deb2276560aa98395eab5 Mon Sep 17 00:00:00 2001 From: buchuitoudegou <756541536@qq.com> Date: Fri, 12 Jun 2026 11:31:19 +0800 Subject: [PATCH] fix pods award --- src/components/Publication/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Publication/index.tsx b/src/components/Publication/index.tsx index a104087..8d2643d 100644 --- a/src/components/Publication/index.tsx +++ b/src/components/Publication/index.tsx @@ -13,7 +13,7 @@ function getAwardInfo(pubId: Number) { if (pubId === 68) { return | ★ Singapore PREMIA Best Student Paper Awards, Certificate of Commendation } - if (pubId === 76) { + if (pubId === 75) { return | ★ Best Newcomer Award of PODS 2026 } return "";