diff options
| author | bndw <ben@bdw.to> | 2026-01-23 20:28:23 -0800 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2026-01-23 20:28:23 -0800 |
| commit | 9986da56a6097a69d503908bc8baad0e9c969642 (patch) | |
| tree | 8789ec9a37fa90095fd3bc927d271eea5a720b55 /app/components | |
| parent | b61f7caaa13b86afc012ca0dcb7d4a6b4cabcdf5 (diff) | |
chore: remove donate link and component
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/donate.module.css | 3 | ||||
| -rw-r--r-- | app/components/donate.tsx | 17 |
2 files changed, 0 insertions, 20 deletions
diff --git a/app/components/donate.module.css b/app/components/donate.module.css deleted file mode 100644 index 2c62925..0000000 --- a/app/components/donate.module.css +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | .href { | ||
| 2 | border-bottom: solid 1px #ddd; | ||
| 3 | } | ||
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 @@ | |||
| 1 | "use client"; | ||
| 2 | |||
| 3 | import styles from "./donate.module.css"; | ||
| 4 | |||
| 5 | export const Donate = () => { | ||
| 6 | return ( | ||
| 7 | <div> | ||
| 8 | <a | ||
| 9 | className={styles.href} | ||
| 10 | target="_blank" | ||
| 11 | href="https://nodeless.io/donate/satscalc" | ||
| 12 | > | ||
| 13 | Donate | ||
| 14 | </a> | ||
| 15 | </div> | ||
| 16 | ); | ||
| 17 | }; | ||
