fix(codebase): remove subtitle from Codebase page header

This commit is contained in:
2026-06-14 13:22:27 -07:00
parent d738842069
commit 824fe0c6f1

View File

@@ -57,10 +57,7 @@ export default function CodeTab() {
}}
>
<div style={{ maxWidth: 1400, margin: "0 auto" }}>
<PageHeader
title="Codebase"
subtitle="Explore the repository files for your application."
/>
<PageHeader title="Codebase" />
<div style={grid}>
{/* ── Left rail ── */}
<section style={leftCol}>