Skip to content

Commit

Permalink
feat: update Twitter logo
Browse files Browse the repository at this point in the history
  • Loading branch information
dimlbc committed Feb 5, 2024
1 parent 37028af commit 9149161
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 9149161

Please sign in to comment.