We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26973ed commit c9e1e9fCopy full SHA for c9e1e9f
app/(dashboard)/(routes)/settings/general/_components/general-settings-form.tsx
@@ -71,8 +71,7 @@ export const GeneralSettingsForm = ({ initialData }: GeneralSettingsFormProps) =
71
<p className="flex items-center gap-x-1 text-xs text-muted-foreground">
72
<MapPin className="h-3 w-3" />
73
<span>
74
- {localeInfo.details.city}, {localeInfo.details.country} (
75
- {localeInfo.details.countryCode})
+ {localeInfo.details.city}, {localeInfo.details.country}
76
</span>
77
</p>
78
0 commit comments