-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce59e8a
commit 39a7464
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ export const Footer = (props: FooterProps) => { | |
fontWeight="semibold" | ||
_hover={{ color: "brand.red.medium" }} | ||
> | ||
NTU School of Computer Science and Engineering Club | ||
Students' Computing and Data Science Club | ||
Check failure on line 75 in packages/ui/components/footer/Footer.tsx GitHub Actions / Lint, Build and Test
|
||
</Text> | ||
</Stack> | ||
</Link> | ||
|
@@ -81,8 +81,8 @@ export const Footer = (props: FooterProps) => { | |
{/* Club Description */} | ||
<Box fontWeight="light"> | ||
<Text> | ||
NTU SCSE Club is an academic club in Nanyang Technological | ||
University. It serves the the SCSE students and allow them to have | ||
SCDS Club is an academic club in Nanyang Technological | ||
University. It serves the the CCDS students and allow them to have | ||
a safe space to | ||
<Text as="span" color="brand.red.medium" fontWeight="semibold"> | ||
experience | ||
|
@@ -122,12 +122,12 @@ export const Footer = (props: FooterProps) => { | |
Email: | ||
</Text> | ||
<Link | ||
href="mailto:scse[email protected]" | ||
href="mailto:scds[email protected]" | ||
fontWeight="semibold" | ||
textDecor="underline" | ||
_hover={{ color: "brand.red.medium" }} | ||
> | ||
scse[email protected] | ||
scds[email protected] | ||
</Link> | ||
</Box> | ||
</Flex> | ||
|
@@ -168,7 +168,7 @@ export const Footer = (props: FooterProps) => { | |
<VercelPowered {...vercelPoweredProps} /> | ||
{/* Copyright */} | ||
<Text color="white" fontSize="12px" fontWeight="light"> | ||
Copyright © 2023 - NTU SCSE Club | ||
Copyright © 2024 - SCDS Club | ||
</Text> | ||
</Flex> | ||
</VStack> | ||
|