mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
Rebranded the app for iOS
This commit is contained in:
committed by
Konstantin Pastbin
parent
51b669cfd1
commit
d4e1d53c40
@@ -0,0 +1,9 @@
|
||||
import SwiftUI
|
||||
|
||||
struct AppLogo: View {
|
||||
var body: some View {
|
||||
Image(.logo)
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fit)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user