This commit is contained in:
@@ -98,7 +98,7 @@ export function MapPlacesDetail({ data }: { data: MapData }) {
|
||||
{/* Place list */}
|
||||
<div className="space-y-4">
|
||||
{places.map((p, i) => (
|
||||
<div key={`${p.lat}-${p.lon}`} className="bg-white border border-slate-200 rounded-xl p-4">
|
||||
<div key={`${p.lat}-${p.lon}`} className="bg-canvas border border-slate-200 rounded-xl p-4">
|
||||
<div className="text-slate-400 mb-1" style={{ fontSize: 13 }}>#{i + 1}</div>
|
||||
<h3 className="text-sm font-semibold text-slate-800 leading-snug mb-2">{p.name}</h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user