- {editingVenueId === venue.id ? (
-
-
-
- setEditVenueName(e.target.value)}
- className="w-full bg-white border border-slate-200 rounded-xl py-1.5 px-3 text-xs font-bold focus:border-brand-indigo outline-none transition-all"
- required
- />
-
-
-
- setEditVenueCapacity(e.target.value)}
- className="w-full bg-white border border-slate-200 rounded-xl py-1.5 px-3 text-xs font-bold focus:border-brand-indigo outline-none transition-all"
- placeholder="Unlimited / Custom"
- />
-
-
-
-
-
-
- ) : (
- <>
-
-
-
-
-
-
-
- {venue.name}
-
-
- {venue.capacity ? `Capacity: ${venue.capacity} seats` : 'No Limit / Custom'}
-
-
-
-
-
-
-
-
-
- >
- )}
-
- No venues registered. Use the form above to add a new venue.
-