Skip to content

Commit

Permalink
Update map.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Cyril Li <[email protected]>
  • Loading branch information
CyrilSLi authored Jan 19, 2025
1 parent 879f91d commit 581720a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/harbor/tavern/map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { MapContainer, TileLayer, Marker, useMap, Tooltip } from 'react-leaflet'
import 'leaflet/dist/leaflet.css'
import { Card } from '@/components/ui/card'

const MAP_ZOOM = 11,
const MAP_ZOOM = 2,
MAP_CENTRE: LatLngExpression = [0, 0]

export default function Map() {
Expand Down

0 comments on commit 581720a

Please sign in to comment.