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