Skip to content

Commit ff29724

Browse files
committed
Append left-in underline animation with link to UNSW School of CSE
1 parent 7c9ebb7 commit ff29724

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

frontend/src/components/Landing/index.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ const Landing = () => {
2020
<p>{'<h2>'}</p>
2121
<h2 className="font-bold 2xl:text-3xl text-xl">
2222
We are the principal representative body for{' '}
23-
<span className="text-[#3977F9]">UNSW computing</span> students.
23+
<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.
2430
</h2>
2531
<p>{'</h2>'}</p>
2632
</div>

0 commit comments

Comments
 (0)