diff --git a/IceCubesApp/App/Tabs/Settings/AboutView.swift b/IceCubesApp/App/Tabs/Settings/AboutView.swift index f1f63eca..df9a9c15 100644 --- a/IceCubesApp/App/Tabs/Settings/AboutView.swift +++ b/IceCubesApp/App/Tabs/Settings/AboutView.swift @@ -29,19 +29,19 @@ struct AboutView: View { Section { HStack { Spacer() - Image("icon0") + Image(uiImage: .init(named: "AppIconAlternate0")!) .resizable() .frame(width: 50, height: 50) .cornerRadius(4) - Image("icon14") + Image(uiImage: .init(named: "AppIconAlternate4")!) .resizable() .frame(width: 50, height: 50) .cornerRadius(4) - Image("icon17") + Image(uiImage: .init(named: "AppIconAlternate17")!) .resizable() .frame(width: 50, height: 50) .cornerRadius(4) - Image("icon23") + Image(uiImage: .init(named: "AppIconAlternate23")!) .resizable() .frame(width: 50, height: 50) .cornerRadius(4)