From 2c853ff02a4cfe5b26c08cd66b4dfdfa35ddafa5 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 6 Apr 2026 19:13:02 -0500 Subject: [PATCH] Rename page title and header from 'Bitcoin Wallet' to 'Wallet' --- src/pages/WalletPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/WalletPage.tsx b/src/pages/WalletPage.tsx index 9e0284b4..e8b42e63 100644 --- a/src/pages/WalletPage.tsx +++ b/src/pages/WalletPage.tsx @@ -21,7 +21,7 @@ export function WalletPage() { const [copiedAddress, setCopiedAddress] = useState(false); useSeoMeta({ - title: `Bitcoin Wallet | ${config.appName}`, + title: `Wallet | ${config.appName}`, description: 'Your Bitcoin Taproot wallet derived from your Nostr identity.', }); @@ -38,7 +38,7 @@ export function WalletPage() { return (
- } /> + } /> {!user ? (