From 2ead64bcd9582f6f98161bbe18c9f71febde260e Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Sun, 18 Sep 2022 00:36:42 -0400 Subject: [PATCH] Repalce patreon link and references with ko-fi --- src/components/buttons/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/buttons/index.tsx b/src/components/buttons/index.tsx index 380d361..996b3be 100644 --- a/src/components/buttons/index.tsx +++ b/src/components/buttons/index.tsx @@ -2,7 +2,7 @@ import React from "react"; import { Box, HStack, VStack } from "@chakra-ui/react"; import CustomButton from "./Custom"; import links, { LinkObj } from "./data/links"; -import Patreon from "./KoFi"; +import KoFi from "./KoFi"; import Twitter from "./Twitter"; const Buttons = (): JSX.Element => { @@ -31,7 +31,7 @@ const Buttons = (): JSX.Element => { } if (type === "ko-fi") { - return ; + return ; } if (type === "twitter") { @@ -61,8 +61,8 @@ const Buttons = (): JSX.Element => { ); } - if (type === "patreon") { - return ; + if (type === "ko-fi") { + return ; } if (type === "twitter") {