diff --git a/src/pages/about/roles.json b/src/pages/about/roles.json index 924bfda..02ed17b 100644 --- a/src/pages/about/roles.json +++ b/src/pages/about/roles.json @@ -96,7 +96,7 @@ }, { "name": "Martin Ng", - "role": "Deputy Director, Community Engagement" + "role": "Director, Community Engagement" }, { "name": "Kong Shi Ting", diff --git a/src/pages/events/SearchResult.tsx b/src/pages/events/SearchResult.tsx index 993921b..10b0c9a 100644 --- a/src/pages/events/SearchResult.tsx +++ b/src/pages/events/SearchResult.tsx @@ -14,7 +14,7 @@ function SearchResult(props: SearchResultProps) {

{props.title}

-
{`https://nuscomputing.com${props.link}`}
+ {/*
{`https://nuscomputing.com${props.link}`}
*/}

{props.snippet}

); diff --git a/src/pages/events/articles.json b/src/pages/events/articles.json index 96d839d..a94c9bc 100644 --- a/src/pages/events/articles.json +++ b/src/pages/events/articles.json @@ -13,7 +13,7 @@ }, "freshman_finale_camp": { "title": "Freshman Finale Camp", - "body": "\nDates: 5th August - 7th August 2024\n\nTheme: Elementals: Rediscover your inner element\n\nAbstract: FFC is a 3-day physical summer camp, perfectly tailored for international students gearing up for matriculation closer to August. The camp offers an array of theme-based activities such as flag-building and exhilarating house face-offs. Engage in friendly competition alongside your housemates, strategizing to earn glory for your elemental faction in a series of thrilling challenges. End the camp on a high note with its campfire and barbecue finale under the stars.\n\nSignup links will be released soon! Stay tuned!\n", + "body": "\nDates: 5th August - 7th August 2024\n\nTheme: Elementals: Rediscover your inner element\n\nFFC is a 3-day physical summer camp, perfectly tailored for international students gearing up for matriculation closer to August. The camp offers an array of theme-based activities such as flag-building and exhilarating house face-offs. Engage in friendly competition alongside your housemates, strategizing to earn glory for your elemental faction in a series of thrilling challenges. End the camp on a high note with its campfire and barbecue finale under the stars.\n\nSignup links will be released soon! Stay tuned!\n", "link": "freshman_finale_camp", "imgSrc": "/announcements/ffc.jpg" },