diff --git a/src/components/Publication/index.tsx b/src/components/Publication/index.tsx index 8cb9298..9e9cdf2 100644 --- a/src/components/Publication/index.tsx +++ b/src/components/Publication/index.tsx @@ -13,6 +13,9 @@ function getAwardInfo(pubId: Number) { if (pubId === 68) { return | ★ Singapore PREMIA Best Student Paper Awards, Certificate of Commendation } + if (pubId === 76) { + return | ★ best new comer award + } return ""; }