fix: import BTC_ADDRESS from about page instead of duplicating

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-19 13:11:25 -05:00
parent 59b538dddc
commit df600452e7

View File

@@ -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[] {