Ferrite: Format

Signed-off-by: kingbri <bdashore3@gmail.com>
This commit is contained in:
kingbri 2022-08-08 16:32:59 -04:00
parent d3fc9cff8c
commit 7c86204a32

View file

@ -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()