From 9986da56a6097a69d503908bc8baad0e9c969642 Mon Sep 17 00:00:00 2001 From: bndw Date: Fri, 23 Jan 2026 20:28:23 -0800 Subject: chore: remove donate link and component --- app/components/donate.tsx | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app/components/donate.tsx (limited to 'app/components/donate.tsx') diff --git a/app/components/donate.tsx b/app/components/donate.tsx deleted file mode 100644 index 639d4c3..0000000 --- a/app/components/donate.tsx +++ /dev/null @@ -1,17 +0,0 @@ -"use client"; - -import styles from "./donate.module.css"; - -export const Donate = () => { - return ( -
- - Donate - -
- ); -}; -- cgit v1.2.3