Skip to content

Commit

Permalink
Merge pull request #5 from plonegovbr/issue-4-icons
Browse files Browse the repository at this point in the history
Add Flickr and Soundcloud icons
  • Loading branch information
ericof authored Aug 4, 2023
2 parents f9e8d6d + 7ac16db commit 2aa58fe
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
# Fetch the pull request' base branch so towncrier will be able to
# compare the current branch with the base branch.
# Source: https://github.com/actions/checkout/#fetch-all-branches.
git fetch --no-tags origin master
towncrier check --compare-with origin/master
git fetch --no-tags origin main
towncrier check --compare-with origin/main
env:
BASE_BRANCH: ${{ github.base_ref }}
if: github.event_name == 'pull_request'
1 change: 1 addition & 0 deletions news/4.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add Flickr and Soundcloud icons [@ericof]
4 changes: 4 additions & 0 deletions src/components/SocialNetworkIcon/SocialNetworkIcon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ import cx from 'classnames';
import discordIcon from '../../icons/discord.svg';
import dockerIcon from '../../icons/docker.svg';
import facebookIcon from '../../icons/facebook.svg';
import flickrIcon from '../../icons/flickr.svg';
import githubIcon from '../../icons/github.svg';
import gitlabIcon from '../../icons/gitlab.svg';
import instagramIcon from '../../icons/instagram.svg';
import linkedinIcon from '../../icons/linkedin.svg';
import mastodonIcon from '../../icons/mastodon.svg';
import mediumIcon from '../../icons/medium.svg';
import slackIcon from '../../icons/slack.svg';
import soundcloudIcon from '../../icons/soundcloud.svg';
import spotifyIcon from '../../icons/spotify.svg';
import stackoverflowIcon from '../../icons/stack-overflow.svg';
import telegramIcon from '../../icons/telegram.svg';
Expand All @@ -28,13 +30,15 @@ const ICONS = {
discord: discordIcon,
docker: dockerIcon,
facebook: facebookIcon,
flickr: flickrIcon,
github: githubIcon,
gitlab: gitlabIcon,
instagram: instagramIcon,
linkedin: linkedinIcon,
mastodon: mastodonIcon,
medium: mediumIcon,
slack: slackIcon,
soundcloud: soundcloudIcon,
spotify: spotifyIcon,
stackoverflow: stackoverflowIcon,
telegram: telegramIcon,
Expand Down
1 change: 1 addition & 0 deletions src/icons/flickr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/soundcloud.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 2aa58fe

Please sign in to comment.