diff --git a/app/components/settings/Settings.tsx b/app/components/settings/Settings.tsx index da0c407..be45162 100644 --- a/app/components/settings/Settings.tsx +++ b/app/components/settings/Settings.tsx @@ -577,6 +577,7 @@ const Settings: React.FC<{ closeSettings: () => void; accountName: string }> = ( label="New Name" value={newName} setValue={setNewName} + type="text" placeholder={localStorage.getItem("accountName") || "Current Name"} // Show current name or a default />