Skip to content

Commit

Permalink
fix: 🩹 replace old tw icon with new (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalezi authored Sep 30, 2023
1 parent 90fa818 commit 2708eb1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions src/assets/icon-tw-new-rounded.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Shared/Icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { ReactComponent as Search } from 'assets/icon-search.svg';
import { ReactComponent as Logo } from 'assets/zdravniki-sledilnik-logo.svg';
import { ReactComponent as Facebook } from 'assets/icon-fb.svg';
import { ReactComponent as Share } from 'assets/icon-share.svg';
import { ReactComponent as Twitter } from 'assets/icon-tw.svg';
import { ReactComponent as Twitter } from 'assets/icon-tw-new-rounded.svg';
import { ReactComponent as IconCircle } from 'assets/icon-circle.svg';
import { ReactComponent as AdultsWhite } from 'assets/icon-adults--white.svg';
import { ReactComponent as Adults } from 'assets/icon-adults.svg';
Expand Down

0 comments on commit 2708eb1

Please sign in to comment.