From bf25c4f0326f50849655854d74bd791c8a947704 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 03:14:42 +0000 Subject: [PATCH] Visual edit in Lovable Edited UI in Lovable --- src/pages/Settings.tsx | 78 ++++++++++-------------------------------- 1 file changed, 19 insertions(+), 59 deletions(-) diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index 0a24edf..54ae367 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -1,28 +1,22 @@ - import React from 'react'; import { useNavigate } from 'react-router-dom'; import NavBar from '@/components/NavBar'; import { User, CreditCard, Bell, Lock, HelpCircle, LogOut, ChevronRight } from 'lucide-react'; import { cn } from '@/lib/utils'; - -const SettingsOption = ({ - icon: Icon, - label, - description, +const SettingsOption = ({ + icon: Icon, + label, + description, onClick, color = "text-neuro-income" -}: { - icon: React.ElementType; - label: string; +}: { + icon: React.ElementType; + label: string; description?: string; onClick?: () => void; color?: string; }) => { - return ( -
앱 버전 1.0.0
+앱 버전 0.1