rename view to day month year

This commit is contained in:
Trey t
2022-03-31 11:27:42 -05:00
parent 91fe4dcf79
commit ed162dfde2
4 changed files with 13 additions and 13 deletions

View File

@@ -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")
}