mirror of
https://github.com/Ferrite-iOS/Ferrite.git
synced 2026-04-20 16:32:09 +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 {
|
var body: some View {
|
||||||
VStack {
|
VStack {
|
||||||
Image("AppImage")
|
Image("AppImage")
|
||||||
.resizable()
|
.resizable()
|
||||||
.frame(width: 100, height: 100)
|
.frame(width: 100, height: 100)
|
||||||
.cornerRadius(25)
|
.cornerRadius(25)
|
||||||
|
|
||||||
Text("Ferrite is a free and open source application developed by Brian Dashore under the GNU-GPLv3 license.")
|
Text("Ferrite is a free and open source application developed by Brian Dashore under the GNU-GPLv3 license.")
|
||||||
.padding()
|
.padding()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue