Jonas Björkert 1 год назад
Родитель
Сommit
5e0daf6192
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Trio/Sources/Modules/Settings/View/SettingsRootView.swift

+ 1 - 1
Trio/Sources/Modules/Settings/View/SettingsRootView.swift

@@ -90,7 +90,7 @@ extension Settings {
                                                 HStack {
                                                     Text("Warning: Known issues. Update now.").font(.footnote)
                                                         .foregroundColor(.red)
-                                                    Image(systemName: "exclamationmark.triangle.fill")
+                                                    Image(systemName: "exclamationmark.octagon.fill")
                                                         .foregroundColor(.red)
                                                 }
                                             }