diff --git a/lib/ui/viewer/search_tab/locations_section.dart b/lib/ui/viewer/search_tab/locations_section.dart index cc2ee9118..0387967b5 100644 --- a/lib/ui/viewer/search_tab/locations_section.dart +++ b/lib/ui/viewer/search_tab/locations_section.dart @@ -299,23 +299,6 @@ class LocationRecommendation extends StatelessWidget { ], ), ), - Positioned( - top: 8, - left: 8, - child: Container( - width: 16, - height: 16, - decoration: BoxDecoration( - color: Colors.black.withOpacity(0.6), - borderRadius: BorderRadius.circular(8), - ), - child: const Icon( - Icons.location_on_sharp, - color: Colors.white, - size: 11, - ), - ), - ), ], ), ),