Visual edit in Lovable
Edited UI in Lovable
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user