Change results tab icon image

This commit is contained in:
Avery Pace
2021-11-07 18:15:00 -05:00
parent 6cd7dae538
commit a3d65da241
2 changed files with 1 additions and 25 deletions

View File

@@ -31,7 +31,7 @@ struct ContentView: View {
}
FlashCardResultsView()
.tabItem {
Image(systemName: "phone.fill")
Image(systemName: "number.circle")
Text("Flash Card Results")
}
}