diff --git a/core/src/com/unciv/ui/screens/overviewscreen/WonderOverviewTab.kt b/core/src/com/unciv/ui/screens/overviewscreen/WonderOverviewTab.kt index 99e219163c..afbc32719a 100644 --- a/core/src/com/unciv/ui/screens/overviewscreen/WonderOverviewTab.kt +++ b/core/src/com/unciv/ui/screens/overviewscreen/WonderOverviewTab.kt @@ -76,7 +76,7 @@ class WonderOverviewTab( add(wonder.getStatusColumn().toLabel()) val locationText = wonder.getLocationColumn() if (locationText.isNotEmpty()) { - val locationLabel = locationText.toLabel() + val locationLabel = locationText.toLabel(hideIcons = true) if (wonder.location != null) locationLabel.onClick{ val worldScreen = UncivGame.Current.resetToWorldScreen()