Skip to content

Commit

Permalink
updated links for devsoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubh committed Jan 25, 2024
1 parent 00ca15c commit e5d8c5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Features/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const Features = () => {
</ListItemIcon>
<Typography color="textSecondary">
<Link
href="https://github.com/csesoc/Structs.sh"
href="https://github.com/devsoc-unsw/structs.sh"
color="textSecondary"
target="_blank"
>
Expand All @@ -128,7 +128,7 @@ const Features = () => {
<Box padding="20px">
<div
className="github-card"
data-github="csesoc/structs.sh"
data-github="devsoc-unsw/structs.sh"
data-width="100%"
data-theme="medium"
/>
Expand Down
15 changes: 5 additions & 10 deletions client/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Footer = () => {
Information
</Typography>
<Typography color="textSecondary">
<Link href="https://github.com/csesoc/Structs.sh" color="inherit">
<Link href="https://github.com/devsoc-unsw/structs.sh" color="inherit">
GitHub Repository
</Link>
</Typography>
Expand All @@ -61,25 +61,20 @@ const Footer = () => {
Social
</Typography>
<Typography color="textSecondary">
<Link href="https://csesoc.unsw.edu.au/" color="inherit">
CSESoc Website
<Link href="https://devsoc.app/" color="inherit">
DevSoc Website
</Link>
</Typography>
<Typography color="textSecondary">
<Link href="https://www.facebook.com/csesoc/" color="inherit">
<Link href="https://www.facebook.com/devsocUNSW" color="inherit">
Facebook
</Link>
</Typography>
<Typography color="textSecondary">
<Link href="https://www.youtube.com/channel/UC1JHpRrf9j5IKluzXhprUJg" color="inherit">
YouTube
</Link>
</Typography>
</Grid>
</Grid>
</Container>
<Box textAlign="center" paddingTop={5}>
<Typography color="textSecondary">© {new Date().getFullYear()}CSESoc UNSW</Typography>
<Typography color="textSecondary">© {new Date().getFullYear()}Software Development Society (DevSoc)</Typography>
</Box>
</StyledFooter>
);
Expand Down

0 comments on commit e5d8c5a

Please sign in to comment.