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

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
uuid = "2238B32A-BF80-4351-B121-F5E36A8C39FC"
type = "1"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "D81699D7-BFD5-4D4D-BE35-620044BF33CC"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Toki Trainer/Views/FlashCardView.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "256"
endingLineNumber = "256"
landmarkName = "init(isFaceDown:frontText:backText:)"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>

View File

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