Skip to content

Commit 79f6f2f

Browse files
committed
Fix logo colouration and append to social footer bar
1 parent c7bd997 commit 79f6f2f

File tree

2 files changed

+18
-24
lines changed

2 files changed

+18
-24
lines changed

frontend/public/assets/arc_logo.svg

Lines changed: 13 additions & 24 deletions
Loading

frontend/public/data/socialInfos.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,10 @@ export const socialLinks: socialInfo[] = [
3939
href: 'https://www.linkedin.com/company/csesoc?originalSubdomain=au',
4040
src: '/assets/linkedin_logo.svg',
4141
alt: 'LinkedIn'
42+
},
43+
{
44+
href: 'https://member.arc.unsw.edu.au/s/clubdetail?clubid=0016F0000371VxAQAU',
45+
src: '/assets/arc_logo.svg',
46+
alt: 'Arc Membership Portal'
4247
}
4348
];

0 commit comments

Comments
 (0)