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") {