diff --git a/bitchat/Views/LocationNotesView.swift b/bitchat/Views/LocationNotesView.swift index ee6c1175..2c89fc40 100644 --- a/bitchat/Views/LocationNotesView.swift +++ b/bitchat/Views/LocationNotesView.swift @@ -64,7 +64,6 @@ struct LocationNotesView: View { Text("#\(geohash)") .font(.system(size: 16, weight: .bold, design: .monospaced)) .foregroundColor(textColor) - .padding(.leading, 6) } if let buildingName = locationManager.locationNames[.building], !buildingName.isEmpty { Text(buildingName)