Skip to content

Commit

Permalink
Final Changes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Respirayson committed Apr 16, 2024
1 parent 9581071 commit b03d48c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/about/roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
{
"name": "Martin Ng",
"role": "Deputy Director, Community Engagement"
"role": "Director, Community Engagement"
},
{
"name": "Kong Shi Ting",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/events/SearchResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function SearchResult(props: SearchResultProps) {
<Link to={props.link}>
<h4>{props.title}</h4>
</Link>
<h5>{`https://nuscomputing.com${props.link}`}</h5>
{/* <h5>{`https://nuscomputing.com${props.link}`}</h5> */}
<p>{props.snippet}</p>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/pages/events/articles.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit b03d48c

Please sign in to comment.