Skip to content

Commit

Permalink
Merge pull request #300 from mstable/feat/twitter-rebranding
Browse files Browse the repository at this point in the history
feat: update Twitter logo
  • Loading branch information
dimlbc authored Feb 5, 2024
2 parents 37028af + 9149161 commit c3dd486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/shared/icons/src/components/social/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ export const Medium = (props: SvgIconProps) => (
);

export const Twitter = (props: SvgIconProps) => (
<SvgIcon {...props} component={TwitterSvg} viewBox="0 0 24 24" />
<SvgIcon {...props} component={TwitterSvg} inheritViewBox />
);
4 changes: 1 addition & 3 deletions libs/shared/icons/src/components/social/twitter.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 c3dd486

Please sign in to comment.