We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee568a1 commit d75dfa4Copy full SHA for d75dfa4
frontend/src/components/Common/Footer.tsx
@@ -2,9 +2,9 @@ import { FaGithub, FaLinkedinIn } from "react-icons/fa"
2
import { FaXTwitter } from "react-icons/fa6"
3
4
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" },
+ { icon: FaGithub, href: "https://github.com/fastapi/fastapi", label: "GitHub" },
+ { icon: FaXTwitter, href: "https://x.com/fastapi", label: "X" },
+ { icon: FaLinkedinIn, href: "https://linkedin.com/company/fastapi", label: "LinkedIn" },
8
]
9
10
export function Footer() {
0 commit comments