This commit is contained in:
2025-08-08 21:09:11 -04:00
parent 2f044c3d9c
commit 7bcc5d656c
38 changed files with 776 additions and 159 deletions

View File

@ -36,11 +36,11 @@ struct ContentView: View {
}
NavigationStack {
Text("Achivements")
Text("Achievements")
.navigationTitle("Achievements")
}
.tabItem {
Label("Achivements", systemImage: "star.fill")
Label("Achievements", systemImage: "star.fill")
}
// SettingsView()