Skip to content

Commit

Permalink
Merge 1d3368b into d9bd689
Browse files Browse the repository at this point in the history
  • Loading branch information
sanand34 committed Aug 10, 2021
2 parents d9bd689 + 1d3368b commit 398d738
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SocialIcon/SocialIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const colors = {
wordpress: '#21759b',
youtube: '#bb0000',
microsoft: '#46A4F2',
reddit: '#ed452f',
};

export type SocialMediaType =
Expand Down Expand Up @@ -80,7 +81,8 @@ export type SocialMediaType =
| 'codepen'
| 'weibo'
| 'vk'
| 'microsoft';
| 'microsoft'
| 'reddit';

export type SocialIconProps = {
/** Type of button. */
Expand Down

0 comments on commit 398d738

Please sign in to comment.