Skip to content

Commit

Permalink
Merge pull request #14 from sarthak-kumar-shailendra/SK/updateTwitter…
Browse files Browse the repository at this point in the history
…ToXIcon

Build fix
  • Loading branch information
blenderskool committed Oct 18, 2023
2 parents b8d0d55 + 22bc8cc commit 2e9dad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
FaXTwitter,
FaLinkedinIn,
FaInstagram,
} from 'react-icons/fa6';
} from 'react-icons/fa6/index';

const Footer = () => (
<footer className={`text-sm shadow-inner-xs dark:bg-slate-900 bg-slate-100`}>
Expand Down

0 comments on commit 2e9dad1

Please sign in to comment.