Skip to content

Commit

Permalink
Merge pull request #1115 from CyrilSLi/main
Browse files Browse the repository at this point in the history
Change initial zoom of Mystic Tavern map
  • Loading branch information
maxwofford authored Jan 19, 2025
2 parents 879f91d + 581720a commit 3a8934b
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 3a8934b

Please sign in to comment.