From 785931f5234202ced2f940d520910a488366c36f Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Wed, 16 Oct 2024 20:15:08 -0600 Subject: [PATCH] update donate button --- client/src/components/Header.tsx | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/client/src/components/Header.tsx b/client/src/components/Header.tsx index 2c6afb4..6465e63 100644 --- a/client/src/components/Header.tsx +++ b/client/src/components/Header.tsx @@ -145,19 +145,23 @@ const DonateButton: React.FC<{ onClick?: () => void }> = ({ onClick }) => { className="modal" overlayClassName="overlay" > -

Donate to MCDi

- - +
+

Donate to MCDi

+
+ +
+ +
);