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/page.tsx | |
| parent | b61f7caaa13b86afc012ca0dcb7d4a6b4cabcdf5 (diff) | |
chore: remove donate link and component
Diffstat (limited to 'app/page.tsx')
| -rwxr-xr-x[-rw-r--r--] | app/page.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/page.tsx b/app/page.tsx index 0310af0..5ad70fa 100644..100755 --- a/app/page.tsx +++ b/app/page.tsx | |||
| @@ -1,12 +1,10 @@ | |||
| 1 | import { BitcoinPrice } from "./components/bitcoin-price"; | 1 | import { BitcoinPrice } from "./components/bitcoin-price"; |
| 2 | import { Calculator } from "./components/calculator"; | 2 | import { Calculator } from "./components/calculator"; |
| 3 | import { Donate } from "./components/donate"; | ||
| 4 | 3 | ||
| 5 | export default function Home() { | 4 | export default function Home() { |
| 6 | return ( | 5 | return ( |
| 7 | <main className="h-screen" style={{ margin: "15px" }}> | 6 | <main className="h-screen" style={{ margin: "15px" }}> |
| 8 | <div className="flex justify-end space-x-4 "> | 7 | <div className="flex justify-end space-x-4 "> |
| 9 | <Donate /> | ||
| 10 | <BitcoinPrice /> | 8 | <BitcoinPrice /> |
| 11 | </div> | 9 | </div> |
| 12 | <div className="flex justify-center items-center h-screen"> | 10 | <div className="flex justify-center items-center h-screen"> |
