Skip to content

Commit

Permalink
change LocationMap zoom level back to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaathis committed Nov 28, 2024
1 parent 8cafd24 commit 45c8a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lookup/[domain]/dns/_components/LocationMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type LocationMapProps = {
};

export const LocationMap: FC<LocationMapProps> = ({ location }) => (
<MapContainer center={location} zoom={4}>
<MapContainer center={location} zoom={5}>
<TileLayer
attribution='&copy; <a href="http://osm.org/copyright" rel="noreferrer">OpenStreetMap</a> contributors'
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
Expand Down

0 comments on commit 45c8a6a

Please sign in to comment.