feat: fine tune about view

This commit is contained in:
dscyrescotti
2024-11-14 14:11:12 +07:00
parent 306d6a6dce
commit 3d2834c85e

View File

@@ -10,7 +10,7 @@ import SwiftUI
struct AboutView: View {
var body: some View {
List {
Section {
Section("INFO") {
HStack {
Text("App Version")
Spacer()
@@ -20,6 +20,12 @@ struct AboutView: View {
.listRowSeparator(.hidden)
#endif
}
Section("REPOSTORY") {
Text("https://github.com/dscyrescotti/Memola")
#if os(macOS)
.listRowSeparator(.hidden)
#endif
}
Section("COPYRIGHT") {
Text(Bundle.main.copyright)
.font(.callout)