rename view to day month year
This commit is contained in:
@@ -18,7 +18,7 @@ struct MainTabView: View {
|
||||
|
||||
var body: some View {
|
||||
TabView {
|
||||
HomeView()
|
||||
DayView()
|
||||
.tabItem {
|
||||
Label(String(localized: "content_view_tab_main"), systemImage: "list.dash")
|
||||
}
|
||||
@@ -28,7 +28,7 @@ struct MainTabView: View {
|
||||
Label(String(localized: "content_view_tab_month"), systemImage: "calendar")
|
||||
}
|
||||
|
||||
FilterView()
|
||||
YearView()
|
||||
.tabItem {
|
||||
Label(String(localized: "content_view_tab_filter"), systemImage: "line.3.horizontal.decrease.circle")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user