Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit f5e2ff8

Browse files
authored
Refactor AboutView.swift for clarity and structure
1 parent d17c88b commit f5e2ff8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/prosign/views/AboutView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ struct AboutView: View {
9090
}
9191
}
9292
.listStyle(InsetGroupedListStyle())
93-
.navigationTitle("ProSign - About")
9493
}
9594
}
9695
}
@@ -145,4 +144,5 @@ struct AboutView_Previews: PreviewProvider {
145144
static var previews: some View {
146145
AboutView()
147146
}
148-
}
147+
148+
}

0 commit comments

Comments
 (0)