Explorar o código

Rename sidebar Overview label to Home

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 hai 2 meses
pai
achega
f3dc07a2ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      App for Indeed/Models/DashboardModels.swift

+ 1 - 1
App for Indeed/Models/DashboardModels.swift

@@ -25,7 +25,7 @@ final class MockDashboardDataProvider: DashboardDataProviding {
         DashboardData(
             subtitle: "Find your perfect job with the power of AI.",
             sidebarItems: [
-                SidebarItem(title: "Overview", systemImage: "house.fill", badge: nil),
+                SidebarItem(title: "Home", systemImage: "house.fill", badge: nil),
                 SidebarItem(title: "Saved Jobs", systemImage: "heart", badge: nil),
                 SidebarItem(title: "CV Maker", systemImage: "doc.text", badge: nil),
                 SidebarItem(title: "Profile", systemImage: "person", badge: nil),