diff --git a/frontend/src/components/AddLocationModal.tsx b/frontend/src/components/AddLocationModal.tsx index ca01d77..80f790f 100644 --- a/frontend/src/components/AddLocationModal.tsx +++ b/frontend/src/components/AddLocationModal.tsx @@ -399,8 +399,8 @@ export const AddLocationModal = ({ isOpen, onClose, tourId, initialLegId, editin - - + + diff --git a/frontend/src/pages/ExploreMap.tsx b/frontend/src/pages/ExploreMap.tsx index 1ab3b25..e755703 100644 --- a/frontend/src/pages/ExploreMap.tsx +++ b/frontend/src/pages/ExploreMap.tsx @@ -369,10 +369,10 @@ export const ExploreMap = ({ onBack, onLogout, user, onViewTour, onOpenMyPhotos zoom={mapZoom} className="h-full w-full" preferCanvas={true} + attributionControl={false} > {/* Theo dõi di chuyển bản đồ */} diff --git a/frontend/src/pages/TourDetailPage.tsx b/frontend/src/pages/TourDetailPage.tsx index 2cc4d1f..30cc13d 100644 --- a/frontend/src/pages/TourDetailPage.tsx +++ b/frontend/src/pages/TourDetailPage.tsx @@ -1587,8 +1587,9 @@ export const TourDetailPage = ({ zoom={mapZoom} className="h-full w-full" preferCanvas={true} + attributionControl={false} > - + {canEdit && !isPublicView && ( <> @@ -2246,8 +2247,9 @@ export const TourDetailPage = ({ zoom={mapZoom} className="h-full w-full" preferCanvas={true} + attributionControl={false} > - +