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