+
{name.charAt(0).toUpperCase()}
)}
diff --git a/src/components/sidebar/Sidebar.tsx b/src/components/sidebar/Sidebar.tsx
index ce001d8..1d5297e 100644
--- a/src/components/sidebar/Sidebar.tsx
+++ b/src/components/sidebar/Sidebar.tsx
@@ -9,20 +9,20 @@ import pkg from "../../../package.json";
// Items marked `requiresSigner: true` are hidden in read-only mode
// because they're account-bound and have no useful content without a signer.
const NAV_ITEMS = [
- { id: "feed" as const, label: "feed", icon: "◈" },
- { id: "articles" as const, label: "articles", icon: "☰" },
- { id: "media" as const, label: "media", icon: "▶" },
- { id: "podcasts" as const, label: "podcasts", icon: "🎙" },
- { id: "search" as const, label: "search", icon: "⌕" },
- { id: "bookmarks" as const, label: "bookmarks", icon: "★", requiresSigner: true },
- { id: "dm" as const, label: "messages", icon: "✉", requiresSigner: true },
- { id: "notifications" as const, label: "notifications", icon: "🔔", requiresSigner: true },
- { id: "follows" as const, label: "follows", icon: "👥" },
- { id: "zaps" as const, label: "zaps", icon: "⚡", requiresSigner: true },
- { id: "v4v" as const, label: "v4v", icon: "📡", requiresSigner: true },
- { id: "relays" as const, label: "relays", icon: "⟐" },
- { id: "settings" as const, label: "settings", icon: "⚙" },
- { id: "about" as const, label: "support", icon: "♥" },
+ { id: "feed" as const, label: "Feed", icon: "◈" },
+ { id: "articles" as const, label: "Articles", icon: "☰" },
+ { id: "media" as const, label: "Media", icon: "▶" },
+ { id: "podcasts" as const, label: "Podcasts", icon: "🎙" },
+ { id: "search" as const, label: "Search", icon: "⌕" },
+ { id: "bookmarks" as const, label: "Bookmarks", icon: "★", requiresSigner: true },
+ { id: "dm" as const, label: "Messages", icon: "✉", requiresSigner: true },
+ { id: "notifications" as const, label: "Notifications", icon: "🔔", requiresSigner: true },
+ { id: "follows" as const, label: "People", icon: "👥" },
+ { id: "zaps" as const, label: "Zaps", icon: "⚡", requiresSigner: true },
+ { id: "v4v" as const, label: "Value 4 Value", icon: "📡", requiresSigner: true },
+ { id: "relays" as const, label: "Relays", icon: "⟐" },
+ { id: "settings" as const, label: "Settings", icon: "⚙" },
+ { id: "about" as const, label: "Support", icon: "♥" },
] as const;
export function Sidebar() {
@@ -57,7 +57,7 @@ export function Sidebar() {
/* Expanded: brand on left, collapse chevron on right */
<>
- VEGA
+ VEGA
v{pkg.version}
)}
- {!c &&
write article}
+ {!c &&
Write Article}
{!c && draftCount > 0 && (
{draftCount}
)}