Visual edit in Lovable

Edited UI in Lovable
This commit is contained in:
gpt-engineer-app[bot]
2025-03-22 05:32:04 +00:00
parent d16825f4b5
commit 4bf81937ca

View File

@@ -1,4 +1,3 @@
import React from 'react';
import { useNavigate } from 'react-router-dom';
import NavBar from '@/components/NavBar';
@@ -56,7 +55,7 @@ const Settings = () => {
<div className="max-w-md mx-auto px-6">
{/* Header */}
<header className="py-8">
<h1 className="text-2xl font-bold neuro-text mb-6"></h1>
<h1 className="font-bold neuro-text mb-6 text-xl"></h1>
{/* User Profile */}
<div className="neuro-flat p-6 mb-8">
@@ -118,4 +117,4 @@ const Settings = () => {
<NavBar />
</div>;
};
export default Settings;
export default Settings;