mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 08:11:13 -05:00
Visual edit in Lovable
This commit is contained in:
@@ -160,7 +160,7 @@ export function LocationTab() {
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-6">
|
||||
<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)}>
|
||||
<SelectTrigger>
|
||||
<SelectValue placeholder="Select your location" />
|
||||
@@ -174,9 +174,7 @@ export function LocationTab() {
|
||||
</SelectItem>)}
|
||||
</SelectContent>
|
||||
</Select>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Your location helps us show relevant parks and events near you.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div className="space-y-2">
|
||||
|
||||
Reference in New Issue
Block a user