mirror of
https://github.com/soconnor0919/lewisburg-coffee.git
synced 2026-02-04 23:56:32 -05:00
feat: add PWA manifest and Apple icon, and enhance map with fly-to selected shop functionality.
This commit is contained in:
@@ -17,6 +17,7 @@ export default function HomePage() {
|
||||
<MapLoader
|
||||
shops={COFFEE_SHOPS}
|
||||
onShopSelect={(shop: typeof COFFEE_SHOPS[0]) => setSelectedShop(shop)}
|
||||
selectedShop={selectedShop}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user