From 08782f01960bbc7ca5ecbda33b5861336db822f2 Mon Sep 17 00:00:00 2001 From: jack Date: Sat, 13 Sep 2025 22:50:01 +0200 Subject: [PATCH] Location Notes header: remove extra gap before #geohash (drop leading padding) --- bitchat/Views/LocationNotesView.swift | 1 - 1 file changed, 1 deletion(-) 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)