Skip to content

Commit dabc8c4

Browse files
committed
refactor: sidebar v2
1 parent 630fb3f commit dabc8c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/BrutalistSidebar.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const BrutalistSidebar = ({ isOpen, toggleSidebar, toggleModal, setIsPaletteOpen
158158
{/* Section: Status */}
159159
<SectionHeader
160160
id="isStatusOpen"
161-
label="System_Status"
161+
label="System Status"
162162
isOpen={sidebarState.isStatusOpen}
163163
active={location.pathname.startsWith('/roadmap') || location.pathname.startsWith('/timeline')}
164164
/>
@@ -172,13 +172,13 @@ const BrutalistSidebar = ({ isOpen, toggleSidebar, toggleModal, setIsPaletteOpen
172172
{/* Section: Extras */}
173173
<SectionHeader
174174
id="isExtrasOpen"
175-
label="External_Nodes"
175+
label="External Nodes"
176176
isOpen={sidebarState.isExtrasOpen}
177177
active={location.pathname.startsWith('/stories')}
178178
/>
179179
{sidebarState.isExtrasOpen && (
180180
<nav className="flex flex-col">
181-
<SidebarLink to="/stories" icon={Sword} label="S_&_F" getLinkClass={getLinkClass} />
181+
<SidebarLink to="/stories" icon={Sword} label="Serfs & Frauds" getLinkClass={getLinkClass} />
182182
<a
183183
href="/rss.xml"
184184
target="_blank"

0 commit comments

Comments
 (0)