diff --git a/frontend/src/components/about/AnsiNfoModal.tsx b/frontend/src/components/about/AnsiNfoModal.tsx index bc03dee..0f12067 100644 --- a/frontend/src/components/about/AnsiNfoModal.tsx +++ b/frontend/src/components/about/AnsiNfoModal.tsx @@ -5,13 +5,12 @@ import { DialogTitle, } from '@/components/ui/dialog' import { APP_VERSION } from '@/lib/version' +import { BTC_ADDRESS } from '@/routes/_authenticated/about' // ── ANSI Art Content ──────────────────────────────────────────────────────── // Each line is a tuple: [colorClass, text] // Colors reference Deep Space theme via Tailwind utilities -const BTC_ADDRESS = 'bc1qfw6pmyc96vrlkpc0rgun0s7xy4sqhx7a2xurkf' - type ArtLine = [className: string, text: string] function buildNfoLines(): ArtLine[] {