feat: add PageMeta, animation classes, and layout fixes to remaining pages

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michael Chihlas
2026-03-09 15:59:51 -04:00
parent d916531af0
commit 742c166738
15 changed files with 28 additions and 22 deletions

View File

@@ -131,7 +131,7 @@ export function FeedbackPage() {
}
return (
<>
<div className="overflow-y-auto h-full">
<PageMeta title="Feedback" />
<div className="container mx-auto px-4 py-6 sm:px-6 sm:py-8">
{/* Page header */}
@@ -276,7 +276,7 @@ export function FeedbackPage() {
)}
</div>
</div>
</>
</div>
)
}