fix(codebase): remove subtitle from Codebase page header
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user