iOS Build 20

This commit is contained in:
2025-10-10 13:36:07 -06:00
parent 790b7075c5
commit 719181aa16
16 changed files with 99 additions and 87 deletions

View File

@@ -166,7 +166,7 @@ struct AppInfoSection: View {
var body: some View {
Section("App Information") {
HStack {
Image("MountainsIcon")
Image("AppLogo")
.resizable()
.frame(width: 24, height: 24)
VStack(alignment: .leading) {
@@ -240,7 +240,7 @@ struct ExportDataView: View {
item: fileURL,
preview: SharePreview(
"OpenClimb Data Export",
image: Image("MountainsIcon"))
image: Image("AppLogo"))
) {
Label("Share Data", systemImage: "square.and.arrow.up")
.font(.headline)