From ded7c2eb176cfce44d68bed2ab2665a71d6be609 Mon Sep 17 00:00:00 2001 From: Michael Fatemi Date: Tue, 17 Aug 2021 00:34:33 -0400 Subject: [PATCH] add a donation button to footer --- src/components/Footer.tsx | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 24f43a1..d6756ab 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -18,7 +18,28 @@ export default function Footer() { Nitin Kanchinadam. Code:{' '} frontend,{' '} - backend + backend{' '} + + + Donate + ); }