Skip to content

Commit

Permalink
feat: go social media links
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrastopoulos committed Feb 25, 2024
1 parent fa0120b commit c9a59eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@ function Footer() {
</defs>
</svg>
<FooterLink
href="https://instagram.com/cmu.scottylabs"
href="https://go.scottylabs.org/instagram"
icon={<InstagramIcon className={styles.footerIcon} />}
label="Instagram"
/>
<FooterLink
href="https://www.facebook.com/ScottyLabs"
href="https://go.scottylabs.org/facebook"
icon={<FacebookIcon className={styles.footerIcon} />}
label="Facebook"
/>
<FooterLink
href="https://medium.com/tartanhacks"
href="https://go.scottylabs.org/medium"
icon={<MediumIcon className={styles.footerIcon} />}
label="Medium"
/>
Expand Down

0 comments on commit c9a59eb

Please sign in to comment.