fix(dashboard): remove top PageHeader from Databases page to maximize vertical space

This commit is contained in:
2026-06-14 14:05:32 -07:00
parent a55a226ed0
commit 9bca5d9850

View File

@@ -72,13 +72,6 @@ export default function DataTablesPage() {
minHeight: 0,
}}
>
<div style={{ padding: "20px 24px" }}>
<PageHeader
title="Databases"
subtitle="Explore the raw schema and rows in your project databases."
/>
</div>
<div
style={{
display: "grid",
@@ -86,7 +79,6 @@ export default function DataTablesPage() {
alignItems: "stretch",
flex: 1,
minHeight: 0,
borderTop: `1px solid ${THEME.borderSoft}`,
}}
>
{/* ── Left rail ── */}