Skip to content

Commit c7bd997

Browse files
committed
Upload arc logo asset and append to contacts display
1 parent 7c9ebb7 commit c7bd997

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

frontend/public/assets/arc_logo.svg

Lines changed: 24 additions & 0 deletions
Loading

frontend/src/components/Contacts/index.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ const Contacts = () => {
9595
className="mr-1 fill-white hover:scale-105 transition-all"
9696
/>
9797
</a>
98+
<a href="https://member.arc.unsw.edu.au/s/clubdetail?clubid=0016F0000371VxAQAU" target="_blank">
99+
<Image
100+
src="assets/arc_logo.svg"
101+
alt="Arc Membership Portal"
102+
width={35}
103+
height={35}
104+
className="mr-1 fill-white hover:scale-105 transition-all"
105+
/>
106+
</a>
98107
</div>
99108
</div>
100109
);

0 commit comments

Comments
 (0)