From 16f3f0685ca1feb42480aba7eadc8b43a3f03215 Mon Sep 17 00:00:00 2001 From: chaewon-huh Date: Thu, 25 Jun 2026 13:40:31 +0900 Subject: [PATCH] Add docs footer social links --- src/components/footer.tsx | 6 ++++-- src/components/social-links.tsx | 34 +++++++++++++++++++++++++++++++++ src/pages/index.tsx | 5 +++++ 3 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 src/components/social-links.tsx diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 94abe74..76fea1a 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -2,6 +2,7 @@ import React from "react"; import { Link } from "./link"; import { ThemeSwitcher } from "./theme-switcher"; import { Icon } from "./icon"; +import { SocialLinks } from "./social-links"; interface FooterProps { gitHubEditLink?: string; @@ -14,8 +15,8 @@ export const Footer: React.FC = ({ }) => { return (