Rename Favorites to Home

Fix #329
This commit is contained in:
Arkadiusz Fal
2022-11-09 14:34:04 +01:00
parent e4588478c9
commit dbb7134eb7
16 changed files with 125 additions and 44 deletions

View File

@@ -5,7 +5,7 @@ final class NavigationModel: ObservableObject {
static var shared: NavigationModel!
enum TabSelection: Hashable {
case favorites
case home
case subscriptions
case popular
case trending
@@ -21,7 +21,7 @@ final class NavigationModel: ObservableObject {
var stringValue: String {
switch self {
case .favorites:
case .home:
return "favorites"
case .subscriptions:
return "subscriptions"