diff --git a/Meshtastic/Views/Nodes/EnvironmentMetricsLog.swift b/Meshtastic/Views/Nodes/EnvironmentMetricsLog.swift index 205fe9d9..b7d5449c 100644 --- a/Meshtastic/Views/Nodes/EnvironmentMetricsLog.swift +++ b/Meshtastic/Views/Nodes/EnvironmentMetricsLog.swift @@ -109,7 +109,7 @@ struct EnvironmentMetricsLog: View { Button { self.isEditingColumnConfiguration = true } label: { - Label("Config", systemImage: "gearshape") + Label("Config", systemImage: "tablecells") .imageScale(imageScale) } .buttonStyle(.bordered)