change texts

This commit is contained in:
hamid zarghami
2026-02-07 15:45:21 +03:30
parent 2096ae6046
commit f9308b470a
16 changed files with 20 additions and 20 deletions
@@ -87,7 +87,7 @@ function OrderTrackingPage() {
const iconHtml = `
<div style="display: flex; flex-direction: column; align-items: center; text-align: center;">
<img src="/icons/restaurant-marker.svg" alt="موقعیت رستوران" style="width: 32px; height: 40px; display: block;" />
<img src="/icons/restaurant-marker.svg" alt="موقعیت فروشگاه" style="width: 32px; height: 40px; display: block;" />
</div>
`;
@@ -101,7 +101,7 @@ function OrderTrackingPage() {
if (restaurantPosition) {
markersToSet.push({
position: restaurantPosition,
title: 'موقعیت رستوران',
title: 'موقعیت فروشگاه',
icon: L.divIcon({
html: iconHtml,
className: 'custom-restaurant-marker',