From a75fef039d6c745ec72c15c00a94cb361059cecf Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 6 Apr 2026 19:06:39 -0500 Subject: [PATCH] Add Bitcoin Wallet to the left sidebar --- src/lib/sidebarItems.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/lib/sidebarItems.tsx b/src/lib/sidebarItems.tsx index 29d83766..00ed5aa9 100644 --- a/src/lib/sidebarItems.tsx +++ b/src/lib/sidebarItems.tsx @@ -31,6 +31,7 @@ import { Settings, Smile, SmilePlus, + Wallet, Sparkles, TrendingUp, User, @@ -134,6 +135,13 @@ export const SIDEBAR_ITEMS: SidebarItemDef[] = [ requiresAuth: true, }, { id: "settings", label: "Settings", path: "/settings", icon: Settings }, + { + id: "wallet", + label: "Bitcoin Wallet", + path: "/wallet", + icon: Wallet, + requiresAuth: true, + }, { id: "changelog", label: "Changelog", path: "/changelog", icon: ScrollText }, { id: "letters",