mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 02:01:02 +00:00
Fix icon in readme
This commit is contained in:
parent
46c78d5811
commit
b7ce9648d5
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ struct IconSelectorView: View {
|
||||||
}
|
}
|
||||||
} label: {
|
} label: {
|
||||||
ZStack(alignment: .bottomTrailing) {
|
ZStack(alignment: .bottomTrailing) {
|
||||||
Image(uiImage: .init(named: icon.rawValue)!)
|
Image(uiImage: .init(named: icon.rawValue) ?? .init())
|
||||||
.resizable()
|
.resizable()
|
||||||
.aspectRatio(contentMode: .fit)
|
.aspectRatio(contentMode: .fit)
|
||||||
.frame(minHeight: 125, maxHeight: 1024)
|
.frame(minHeight: 125, maxHeight: 1024)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# IceCubesApp
|
# IceCubesApp
|
||||||
A SwiftUI Mastodon client
|
A SwiftUI Mastodon client
|
||||||
|
|
||||||
![Icon](IceCubesApp/Resources/Assets.xcassets/AppIcon.appiconset/icon.png?)
|
![Icon](IceCubesApp/Assets.xcassets/AppIcon.appiconset/icon.png?)
|
||||||
|
|
Loading…
Reference in a new issue