Skip to content

Commit

Permalink
update footer for production
Browse files Browse the repository at this point in the history
  • Loading branch information
ykIsCoding committed Dec 7, 2024
1 parent ce59e8a commit 39a7464
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/ui/components/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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

View workflow job for this annotation

GitHub Actions / Lint, Build and Test

`'` can be escaped with `'`, `‘`, `'`, `’`

Check failure on line 75 in packages/ui/components/footer/Footer.tsx

View workflow job for this annotation

GitHub Actions / Lint, Build and Test

`'` can be escaped with `'`, `‘`, `'`, `’`
</Text>
</Stack>
</Link>
Expand All @@ -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&nbsp;
<Text as="span" color="brand.red.medium" fontWeight="semibold">
experience
Expand Down Expand Up @@ -122,12 +122,12 @@ export const Footer = (props: FooterProps) => {
Email:&nbsp;
</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>
Expand Down Expand Up @@ -168,7 +168,7 @@ export const Footer = (props: FooterProps) => {
<VercelPowered {...vercelPoweredProps} />
{/* Copyright */}
<Text color="white" fontSize="12px" fontWeight="light">
Copyright &#169; 2023 - NTU SCSE Club
Copyright &#169; 2024 - SCDS Club
</Text>
</Flex>
</VStack>
Expand Down

0 comments on commit 39a7464

Please sign in to comment.