Skip to content

Commit b7c0d70

Browse files
committed
removing x - adding bluesky
1 parent f0f9518 commit b7c0d70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/components/SocialIcons.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import { Button, Link } from "@nextui-org/react";
3-
import { FaGithub , FaLinkedin, FaMedium, FaSquareXTwitter } from 'react-icons/fa6';
3+
import { FaGithub , FaLinkedin, FaMedium, FaBluesky } from 'react-icons/fa6';
44

55
export default function SocialIcons(){
66
return(
@@ -21,8 +21,8 @@ export default function SocialIcons(){
2121

2222
</Button>
2323
</Link>
24-
<Link href="https://www.twitter.com/asbedb" target="_blank">
25-
<Button color="secondary" radius="full" variant="bordered" startContent={<FaSquareXTwitter className="text-3xl"/>}>
24+
<Link href="https://bsky.app/profile/asbedb.bsky.social" target="_blank">
25+
<Button color="secondary" radius="full" variant="bordered" startContent={<FaBluesky className="text-3xl"/>}>
2626

2727
</Button>
2828
</Link>

0 commit comments

Comments
 (0)