icon with remove from resume

This commit is contained in:
Ethan Pippin 2022-01-29 12:30:32 -07:00
parent 8840ca4995
commit b55392e809
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ struct ContinueWatchingView: View {
Button(role: .destructive) {
viewModel.removeItemFromResume(item)
} label: {
L10n.removeFromResume.text
Label(L10n.removeFromResume, systemImage: "minus.circle")
}
}
}