Skip to content

Commit

Permalink
Merge pull request #687 from Klimatbyran/staging
Browse files Browse the repository at this point in the history
Add facebook logo to footer (#686)
  • Loading branch information
elvbom authored Sep 27, 2024
2 parents c380cb1 + a4f7a3b commit 71f4164
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/Footer/FooterSocialLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import LinkedInLogo from '../../public/icons/some/linkedin_white.svg'
import GitHubLogo from '../../public/icons/some/github.svg'
import DiscordLogo from '../../public/icons/some/discord.svg'
import InstagramLogo from '../../public/icons/some/Instagram_Glyph_Black.svg'
import FacebookLogo from '../../public/icons/some/facebook.svg'

const ContactList = styled.ul`
list-style: none;
Expand Down Expand Up @@ -87,6 +88,11 @@ function SocialList() {
link="https://instagram.com/klimatkollen.se"
text="Instagram"
/>
<SocialListItem
Icon={FacebookLogo}
link="https://www.facebook.com/klimatkollen/"
text="Facebook"
/>
</ContactList>
)
}
Expand Down
3 changes: 3 additions & 0 deletions public/icons/some/facebook.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 71f4164

Please sign in to comment.