Skip to content

Commit

Permalink
Add BlueSky network support (Fixes #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Sep 3, 2024
1 parent 1552af0 commit 8235b7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/10.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add BlueSky network [@ericof]
2 changes: 2 additions & 0 deletions src/components/SocialNetworkIcon/SocialNetworkIcon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { Icon } from '@plone/volto/components';
import cx from 'classnames';
import blueskyIcon from '../../icons/bluesky.svg';
import discordIcon from '../../icons/discord.svg';
import dockerIcon from '../../icons/docker.svg';
import facebookIcon from '../../icons/facebook.svg';
Expand All @@ -27,6 +28,7 @@ import youtubeIcon from '../../icons/youtube.svg';
const defaultSize = '36px';

const ICONS = {
bluesky: blueskyIcon,
discord: discordIcon,
docker: dockerIcon,
facebook: facebookIcon,
Expand Down
1 change: 1 addition & 0 deletions src/icons/bluesky.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 8235b7e

Please sign in to comment.