Ferrite: Format

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

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 kingbri under the GNU-GPLv3 license.")
.padding()