No changes.

This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 06:04:18 +00:00
parent 55296641c9
commit 2f926e7a65
5 changed files with 27 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ const Analytics = () => {
return (
<div className="min-h-screen bg-neuro-background pb-24">
<div className={`mx-auto ${isMobile ? 'w-full px-4' : 'max-w-lg px-4'}`}>
<div className={isMobile ? "w-full px-4" : "max-w-lg mx-auto px-4"}>
{/* Header */}
<header className="py-8 w-full">
<h1 className="text-2xl font-bold neuro-text mb-5"> </h1>