update profile and UI tweaks

This commit is contained in:
Trey t
2025-11-30 12:37:15 -06:00
parent b0838d85df
commit 94781f4c48
25 changed files with 184 additions and 103 deletions

View File

@@ -13,7 +13,7 @@ struct MainTabView: View {
}
.id(refreshID)
.tabItem {
Label("Residences", systemImage: "house.fill")
Label("Residences", image: "tab_view_house")
}
.tag(0)
.accessibilityIdentifier(AccessibilityIdentifiers.Navigation.residencesTab)