Skip to content

Commit 8dfebc4

Browse files
Boshenclaude
andcommitted
chore: remove version indicator from sidebar
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 84bdd1b commit 8dfebc4

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

apps/dashboard/src/components/layout/Sidebar.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,6 @@ export function Sidebar() {
160160
</ul>
161161
</nav>
162162

163-
{/* Version indicator */}
164-
{!collapsed && (
165-
<div className="px-4 py-3 border-t border-[var(--color-border)]">
166-
<span className="text-[10px] text-[var(--color-text-muted)]">
167-
v0.1.0
168-
</span>
169-
</div>
170-
)}
171163
</aside>
172164
</>
173165
);

0 commit comments

Comments
 (0)