Skip to content

Commit

Permalink
Social links update (#578)
Browse files Browse the repository at this point in the history
* Social links update

Added links with corresponding icons to Klimatkollen's profile on Facebook and Instagram.

* Discord logo

 Fixed dimensions

* Update FooterSocialLinks.tsx

* Added only Instagram icon and link
  • Loading branch information
Lasse2500 authored May 27, 2024
1 parent 82156fc commit baea8ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/Footer/FooterSocialLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ function SocialList() {
link="https://discord.gg/FPX9yqYAmk"
text="Discord"
/>

<SocialListItem
icon="/icons/some/Instagram_Glyph_Black.svg"
alt="Instagram icon"
link="https://instagram.com/klimatkollen.se"
text="Instagram"
/>
</ContactList>
)
}
Expand Down
4 changes: 4 additions & 0 deletions public/icons/some/Instagram_Glyph_Black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit baea8ba

Please sign in to comment.