mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 11:46:09 -05:00
add sponsor button
This commit is contained in:
@@ -17,6 +17,7 @@ import { DiscordIcon } from "lib/assets/icons";
|
||||
import useUser from "lib/useUser";
|
||||
import { signIn, signOut } from "next-auth/client";
|
||||
import Link from "next/link";
|
||||
import { FaHeart } from "react-icons/fa";
|
||||
import { FiMoon, FiSun } from "react-icons/fi";
|
||||
import { LanguageSelector } from "./LanguageSelector";
|
||||
|
||||
@@ -96,6 +97,16 @@ const TopNav = () => {
|
||||
isRound
|
||||
/>
|
||||
<LanguageSelector />
|
||||
<a href="https://patreon.com/sendou">
|
||||
<Button
|
||||
size="xs"
|
||||
bg={colorMode === "dark" ? "white" : "black"}
|
||||
leftIcon={<FaHeart />}
|
||||
ml={4}
|
||||
>
|
||||
Sponsor
|
||||
</Button>
|
||||
</a>
|
||||
</Flex>
|
||||
<Box
|
||||
justifySelf="center"
|
||||
|
||||
Reference in New Issue
Block a user