Skip to content

Commit d75dfa4

Browse files
committed
♻️ Update social media links
1 parent ee568a1 commit d75dfa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/components/Common/Footer.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { FaGithub, FaLinkedinIn } from "react-icons/fa"
22
import { FaXTwitter } from "react-icons/fa6"
33

44
const socialLinks = [
5-
{ icon: FaGithub, href: "https://github.com", label: "GitHub" },
6-
{ icon: FaXTwitter, href: "https://x.com", label: "X" },
7-
{ icon: FaLinkedinIn, href: "https://linkedin.com", label: "LinkedIn" },
5+
{ icon: FaGithub, href: "https://github.com/fastapi/fastapi", label: "GitHub" },
6+
{ icon: FaXTwitter, href: "https://x.com/fastapi", label: "X" },
7+
{ icon: FaLinkedinIn, href: "https://linkedin.com/company/fastapi", label: "LinkedIn" },
88
]
99

1010
export function Footer() {

0 commit comments

Comments
 (0)