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 7c9ebb7 commit ff29724Copy full SHA for ff29724
frontend/src/components/Landing/index.tsx
@@ -20,7 +20,13 @@ const Landing = () => {
20
<p>{'<h2>'}</p>
21
<h2 className="font-bold 2xl:text-3xl text-xl">
22
We are the principal representative body for{' '}
23
- <span className="text-[#3977F9]">UNSW computing</span> students.
+ <a href="https://www.unsw.edu.au/engineering/our-schools/computer-science-and-engineering"
24
+ target = "_blank"
25
+ className="text-[#3977F9] relative after:bg-current after:absolute after:h-1 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:duration-200"
26
+ >
27
+ UNSW computing
28
+ </a>
29
+ {' '}students.
30
</h2>
31
<p>{'</h2>'}</p>
32
</div>
0 commit comments