From 010a1c65b0ac162ce88029cad91cadae73d19e43 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Thu, 27 Nov 2025 10:05:17 +0330 Subject: [PATCH] set bigger location restaurant --- src/app/[name]/(Profile)/profile/address/new/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/[name]/(Profile)/profile/address/new/page.tsx b/src/app/[name]/(Profile)/profile/address/new/page.tsx index a8cb9c7..5a1c823 100644 --- a/src/app/[name]/(Profile)/profile/address/new/page.tsx +++ b/src/app/[name]/(Profile)/profile/address/new/page.tsx @@ -41,7 +41,7 @@ function OrderTrackingPage() { const iconHtml = `
- موقعیت رستوران + موقعیت رستوران
`; @@ -52,9 +52,9 @@ function OrderTrackingPage() { icon: L.divIcon({ html: iconHtml, className: 'custom-restaurant-marker', - iconSize: [32, 32], - iconAnchor: [16, 32], - popupAnchor: [0, -32], + iconSize: [40, 40], + iconAnchor: [20, 40], + popupAnchor: [0, -40], }) } ]);