From c9378ceb8c0304206ec18afa639d99bdca5fb085 Mon Sep 17 00:00:00 2001 From: Corey Date: Fri, 3 May 2024 04:10:32 +0000 Subject: [PATCH] Add a link to ko-fi --- client/src/components/Footer.tsx | 44 +++++++++++++++++++++++++------- 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index d96c877..828321d 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -16,15 +16,41 @@ export default function Footer() { return ( - - - - - - - - {theme.palette.mode === 'dark' ? : } - + + + + + Buy Me a Coffee at ko-fi.com + + + + + + + + + + + + {theme.palette.mode === 'dark' ? ( + + ) : ( + + )} + + +