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 b701d1b commit 60956beCopy full SHA for 60956be
frontend/src/pages/about/index.tsx
@@ -17,7 +17,7 @@ export default function AboutPage() {
17
</div>
18
<h2 className="mt-10 text-3xl font-extrabold">CSESoc</h2>
19
<p className="text-[#727B8C] font-medium">unsw-computer-science-engineering-society</p>
20
- <a href="https://www.facebook.com/csesoc/" target="_blank">
+ <a href="https://github.com/csesoc/" target="_blank">
21
<button className="bg-[#444F6F] w-full my-5 py-2 rounded hover-animate">Follow</button>
22
</a>
23
<p>
0 commit comments