summaryrefslogtreecommitdiffstats
path: root/ios/Hæ-appen/TabBarView.swift
diff options
context:
space:
mode:
authorivar <i@oiee.no>2025-12-04 00:17:16 +0100
committerivar <i@oiee.no>2025-12-04 00:17:16 +0100
commit724860c272afb7fe5a02645ef1c1b8d208d897f3 (patch)
treedf9b72b9cd9cc716ceb19a4a9085b8f1ba5b6972 /ios/Hæ-appen/TabBarView.swift
parent401226a14f3e5ef98b959e818d37683afd7056d9 (diff)
downloadwhat-724860c272afb7fe5a02645ef1c1b8d208d897f3.tar.xz
what-724860c272afb7fe5a02645ef1c1b8d208d897f3.zip
POC auth in app
Diffstat (limited to 'ios/Hæ-appen/TabBarView.swift')
-rw-r--r--ios/Hæ-appen/TabBarView.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/Hæ-appen/TabBarView.swift b/ios/Hæ-appen/TabBarView.swift
index 2a88336..59896c5 100644
--- a/ios/Hæ-appen/TabBarView.swift
+++ b/ios/Hæ-appen/TabBarView.swift
@@ -16,8 +16,8 @@ struct TabBarView : View {
Tab("Resten", systemImage: "option") {
MapContentView()
}
- Tab("", systemImage: "camera.shutter.button.fill", role: .search) {
- CameraContentView()
+ Tab("Profil", systemImage: "person", role: .search) {
+ ProfileContentView()
}
}
}