From 939adcf1cbe7e886a94accaac038c0ce1cfa3183 Mon Sep 17 00:00:00 2001 From: jack Date: Sat, 13 Sep 2025 11:27:46 +0200 Subject: [PATCH] Location notes: change notes toolbar icon to SF Symbol 'long.text.page.and.pencil' --- bitchat/Views/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitchat/Views/ContentView.swift b/bitchat/Views/ContentView.swift index ddd3a438..f518559b 100644 --- a/bitchat/Views/ContentView.swift +++ b/bitchat/Views/ContentView.swift @@ -1185,7 +1185,7 @@ struct ContentView: View { showLocationNotes = true }) { HStack(spacing: 4) { - Image(systemName: "note.text") + Image(systemName: "long.text.page.and.pencil") .font(.system(size: 12)) .foregroundColor(Color(hue: 0.60, saturation: 0.85, brightness: 0.82)) if let c = notesCounter.count {