diff --git a/app/[lang]/(genshin)/footer.tsx b/app/[lang]/(genshin)/footer.tsx index 2c685a8..2702a0a 100644 --- a/app/[lang]/(genshin)/footer.tsx +++ b/app/[lang]/(genshin)/footer.tsx @@ -2,6 +2,8 @@ import Link from "next/link"; import { AiOutlineTwitter } from "react-icons/ai"; +import { RiPatreonFill } from "react-icons/ri"; + import LanguageSelector from "@components/ui/LanguageSelector"; import useIntl from "@hooks/use-intl"; @@ -41,7 +43,7 @@ export default function GenshinFooter() { Changelog {" "} Twitter + + {" "} + Patreon +
diff --git a/app/[lang]/hsr/footer.tsx b/app/[lang]/hsr/footer.tsx index 28185c1..6a606e2 100644 --- a/app/[lang]/hsr/footer.tsx +++ b/app/[lang]/hsr/footer.tsx @@ -2,6 +2,8 @@ import Link from "next/link"; import { usePathname } from "next/navigation"; +import { AiOutlineTwitter } from "react-icons/ai"; +import { RiPatreonFill } from "react-icons/ri"; import useIntl from "@hooks/use-intl"; @@ -33,6 +35,24 @@ export default function HSRFooter() { {t({ id: "contact", defaultMessage: "Contact" })} + + {" "} + Twitter + + + {" "} + Patreon +
diff --git a/app/[lang]/wuthering-waves/footer.tsx b/app/[lang]/wuthering-waves/footer.tsx index c4d9cf9..42be569 100644 --- a/app/[lang]/wuthering-waves/footer.tsx +++ b/app/[lang]/wuthering-waves/footer.tsx @@ -1,4 +1,6 @@ import Link from "next/link"; +import { AiOutlineTwitter } from "react-icons/ai"; +import { RiPatreonFill } from "react-icons/ri"; import Logo from "@components/wuthering-waves/Logo"; @@ -17,6 +19,24 @@ export default function HSRFooter() { Contact + + {" "} + Twitter + + + {" "} + Patreon +
diff --git a/app/[lang]/zenless/layout.tsx b/app/[lang]/zenless/layout.tsx index e4ec001..c856830 100644 --- a/app/[lang]/zenless/layout.tsx +++ b/app/[lang]/zenless/layout.tsx @@ -12,6 +12,7 @@ import { GA_TRACKING_ID } from "@lib/gtag"; import "../../../styles/globals.css"; import "./globals.css"; import ZenlessHeader from "./header"; +import { RiPatreonFill } from "react-icons/ri"; const nunito = Nunito({ weight: ["400", "600", "700"], @@ -130,6 +131,15 @@ export default function ZenlessLayout({ children, params }: Props) { {" "} Twitter + + {" "} + Patreon +