refactor: remove unused style
This commit is contained in:
@@ -25,10 +25,10 @@ export default function NewAnalysisPage() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="min-h-screen">
|
<>
|
||||||
{/* Main Content */}
|
{/* Main Content */}
|
||||||
<main className="min-h-screen">
|
<main>
|
||||||
<div className="container mx-auto px-6 py-10 max-w-340">
|
<div>
|
||||||
{/* Refined Left-Aligned Header */}
|
{/* Refined Left-Aligned Header */}
|
||||||
<div className="mb-8">
|
<div className="mb-8">
|
||||||
<PageHeader
|
<PageHeader
|
||||||
@@ -50,6 +50,6 @@ export default function NewAnalysisPage() {
|
|||||||
</Reveal>
|
</Reveal>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user