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

Commit 0a422b9

Browse files
authored
Remove title bar because this is now handled in prosign.swift
1 parent e351183 commit 0a422b9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Sources/prosign/views/CertificateView.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ struct CertificateView: View {
9494
.padding()
9595
}
9696
.background(Color(.systemGray6))
97-
.navigationTitle("ProSign - Certificates") // <-- title applied to top-level view (parent NavigationStack will display this)
98-
.navigationBarTitleDisplayMode(.inline)
9997
.toolbar {
10098
ToolbarItem(placement: .navigationBarTrailing) {
10199
Button(action: {
@@ -368,3 +366,4 @@ struct AddCertificateView: View {
368366
}
369367

370368
}
369+

0 commit comments

Comments
 (0)