We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb674c5 commit cab94e2Copy full SHA for cab94e2
frontend/src/components/Footer.tsx
@@ -37,7 +37,10 @@ const Footer = () => {
37
</div>
38
39
<div className="flex flex-col max-w-[14rem] sm:mt-0 mt-10 font-light">
40
- <p className="mb-6">B03 CSE Building K17, UNSW csesoc@csesoc.org.au</p>
+ <p className="mb-6">
41
+ <p>B03 CSE Building K17, UNSW</p>
42
+ <a href="mailto:csesoc@csesoc.org.au" className="hover:underline">csesoc@csesoc.org.au</a>
43
+ </p>
44
<p>© 2024 — CSESoc UNSW</p>
45
46
0 commit comments