Skip to content

Commit

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

Request to update twitter to x icon [Fixes #12]
  • Loading branch information
blenderskool authored Oct 18, 2023
2 parents 1f0f517 + 12527a2 commit b8d0d55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"express": "^4.18.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-icons": "^4.11.0",
"react-responsive": "^9.0.0-beta.10",
"sirv": "^2.0.2",
"vite-plugin-ssr": "^0.4.26"
Expand Down
6 changes: 3 additions & 3 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import {
FaGithub,
FaTwitter,
FaXTwitter,
FaLinkedinIn,
FaInstagram,
} from 'react-icons/fa/index';
} from 'react-icons/fa6';

const Footer = () => (
<footer className={`text-sm shadow-inner-xs dark:bg-slate-900 bg-slate-100`}>
Expand Down Expand Up @@ -37,7 +37,7 @@ const Footer = () => (
href="https://twitter.com/Razorpay"
aria-label="Open Razorpay Twitter"
>
<FaTwitter size="1rem" />
<FaXTwitter size="1rem" />
</a>
<a
href="https://linkedin.com/company/razorpay"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1598,10 +1598,10 @@ react-dom@^18.2.0:
loose-envify "^1.1.0"
scheduler "^0.23.0"

react-icons@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.4.0.tgz#a13a8a20c254854e1ec9aecef28a95cdf24ef703"
integrity sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==
react-icons@^4.11.0:
version "4.11.0"
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.11.0.tgz#4b0e31c9bfc919608095cc429c4f1846f4d66c65"
integrity sha512-V+4khzYcE5EBk/BvcuYRq6V/osf11ODUM2J8hg2FDSswRrGvqiYUYPRy4OdrWaQOBj4NcpJfmHZLNaD+VH0TyA==

react-is@^16.13.1:
version "16.13.1"
Expand Down

0 comments on commit b8d0d55

Please sign in to comment.