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
+1 -1
View File
@@ -86,7 +86,7 @@ function FavoritePage() {
<div className='flex flex-col items-center gap-2 text-sm2 text-muted-foreground'>
<p>شما هیچ مورد علاقهمندی ثبت نکردهاید</p>
<p className='text-xs'>
برای افزودن غذا به علاقهمندیها، به صفحه جزئیات غذا بروید
برای افزودن کالا به علاقهمندیها، به صفحه جزئیات کالا بروید
</p>
</div>
</div>
@@ -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',