Skip to content

Commit c9e1e9f

Browse files
chore: updated ui for user settings
1 parent 26973ed commit c9e1e9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/(dashboard)/(routes)/settings/general/_components/general-settings-form.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ export const GeneralSettingsForm = ({ initialData }: GeneralSettingsFormProps) =
7171
<p className="flex items-center gap-x-1 text-xs text-muted-foreground">
7272
<MapPin className="h-3 w-3" />
7373
<span>
74-
{localeInfo.details.city}, {localeInfo.details.country} (
75-
{localeInfo.details.countryCode})
74+
{localeInfo.details.city}, {localeInfo.details.country}
7675
</span>
7776
</p>
7877
<p className="flex items-center gap-x-1 text-xs text-muted-foreground">

0 commit comments

Comments
 (0)