Skip to content

Commit

Permalink
update twitter icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehobbs committed Mar 16, 2024
1 parent 9895e3d commit d6a2de3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 30 deletions.
4 changes: 2 additions & 2 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import {
faFacebook,
faInstagram,
faTwitter,
faXTwitter,
} from "@fortawesome/free-brands-svg-icons";

export const Footer = () => {
Expand All @@ -18,7 +18,7 @@ export const Footer = () => {
target="_blank"
>
<FontAwesomeIcon
icon={faTwitter}
icon={faXTwitter}
size="lg"
style={{ maxWidth: 30 }}
/>
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"dependencies": {
"@babel/core": "^7.0.0-0",
"@dhaiwat10/react-link-preview": "^1.12.2",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@popperjs/core": "^2.10.2",
"@types/react-bootstrap": "^0.32.28",
"bootstrap": "^5.1.3",
Expand Down
51 changes: 27 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d6a2de3

Please sign in to comment.