Skip to content

Commit

Permalink
Update react-simple-icons imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewStanciu committed Sep 26, 2023
1 parent b027e18 commit ace8692
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/footer-links.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
Instagram,
Discord,
Github,
Twitter
SiInstagram as Instagram,
SiDiscord as Discord,
SiGithub as Github,
SiTwitter as Twitter
} from '@icons-pack/react-simple-icons';

const FooterLinks = () => (
Expand Down

0 comments on commit ace8692

Please sign in to comment.