fix: xóa bảng hiển thị mẹo trên bản đồ

This commit is contained in:
2026-06-17 19:34:13 +07:00
parent fbe5ef873b
commit 14ffbb8657
+1 -3
View File
@@ -1525,9 +1525,7 @@ export const TourDetailPage = ({
</div>
)}
<div className="bg-white/90 backdrop-blur-md p-3 rounded-2xl text-[10px] font-bold text-gray-500 shadow-lg border border-white max-w-[120px]">
{isPublicView ? 'Xem chi tiết lộ trình' : 'Mẹo: Nhấn giữ hoặc Chuột phải để ghim'}
</div>
</div>
</div>
)}