mirror of
https://github.com/Ferrite-iOS/Ferrite.git
synced 2026-03-11 17:45:40 +00:00
Ferrite: Format
Signed-off-by: kingbri <bdashore3@gmail.com>
This commit is contained in:
parent
d3fc9cff8c
commit
7c86204a32
1 changed files with 4 additions and 4 deletions
|
|
@ -12,10 +12,10 @@ struct AboutView: View {
|
|||
|
||||
var body: some View {
|
||||
VStack {
|
||||
Image("AppImage")
|
||||
.resizable()
|
||||
.frame(width: 100, height: 100)
|
||||
.cornerRadius(25)
|
||||
Image("AppImage")
|
||||
.resizable()
|
||||
.frame(width: 100, height: 100)
|
||||
.cornerRadius(25)
|
||||
|
||||
Text("Ferrite is a free and open source application developed by Brian Dashore under the GNU-GPLv3 license.")
|
||||
.padding()
|
||||
|
|
|
|||
Loading…
Reference in a new issue