Skip to content

Commit

Permalink
fix: moved UNSW to front of label (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollibowers authored Jan 26, 2024
1 parent a9d50e4 commit cbcb78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/LandingPage/FooterSection/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Footer = () => {
<S.FooterContentContainer>
<S.FooterLogoWrapper>
<S.DevSocLogo src={devsocLogo} alt="DevSoc Logo" />
<b>© {CURR_YEAR} — Software Development Society UNSW</b>
<b>© {CURR_YEAR}UNSW Software Development Society</b>
</S.FooterLogoWrapper>
<S.FooterDisclaimer>
<div>
Expand Down

0 comments on commit cbcb78e

Please sign in to comment.