change texts
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user