File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -175,9 +175,9 @@ export default function AreaBoundary({
175175 } )
176176 }
177177 } }
178- className = "text-xs flex items-center gap-2 mt-4 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 "
178+ className = "text-xs flex items-center gap-2 mt-4"
179179 >
180- < LinkIcon />
180+ < LinkIcon className = "h-4 w-4" />
181181 Copy Link
182182 </ button >
183183
@@ -186,10 +186,10 @@ export default function AreaBoundary({
186186 passHref
187187 target = "_blank"
188188 rel = "noopener noreferrer"
189- className = "text-xs flex items-center gap-2 mt-2 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 "
189+ className = "text-xs flex items-center gap-2 mt-2"
190190 title = { `Coordinate: ${ latLng ?. lat } , ${ latLng ?. lng } ` }
191191 >
192- < MapIcon />
192+ < MapIcon className = "h-4 w-4" />
193193 See on Google Maps
194194 </ Link >
195195 </ >
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ export default function IslandMarkers() {
4646 passHref
4747 target = "_blank"
4848 rel = "noopener noreferrer"
49- className = "text-xs inline-flex items-center gap-1 "
49+ className = "text-xs inline-flex items-center gap-2 "
5050 >
51- < MapIcon />
51+ < MapIcon className = "h-4 w-4" />
5252 See on Google Maps
5353 </ Link >
5454
You can’t perform that action at this time.
0 commit comments