Visual edit in Lovable

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 20:22:17 +00:00
parent c337aac428
commit 4eb6b5d76a

View File

@@ -160,7 +160,7 @@ export function LocationTab() {
</CardHeader> </CardHeader>
<CardContent className="space-y-6"> <CardContent className="space-y-6">
<div className="space-y-2"> <div className="space-y-2">
<Label htmlFor="location_id">Home Location</Label> <Label htmlFor="location_id">Home Park</Label>
<Select value={form.watch('location_id')} onValueChange={value => form.setValue('location_id', value)}> <Select value={form.watch('location_id')} onValueChange={value => form.setValue('location_id', value)}>
<SelectTrigger> <SelectTrigger>
<SelectValue placeholder="Select your location" /> <SelectValue placeholder="Select your location" />
@@ -174,9 +174,7 @@ export function LocationTab() {
</SelectItem>)} </SelectItem>)}
</SelectContent> </SelectContent>
</Select> </Select>
<p className="text-sm text-muted-foreground">
Your location helps us show relevant parks and events near you.
</p>
</div> </div>
<div className="space-y-2"> <div className="space-y-2">