Преглед изворни кода

Rename sidebar Overview label to Home

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 пре 3 недеља
родитељ
комит
f3dc07a2ad
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {
25 25
         DashboardData(
26 26
             subtitle: "Find your perfect job with the power of AI.",
27 27
             sidebarItems: [
28
-                SidebarItem(title: "Overview", systemImage: "house.fill", badge: nil),
28
+                SidebarItem(title: "Home", systemImage: "house.fill", badge: nil),
29 29
                 SidebarItem(title: "Saved Jobs", systemImage: "heart", badge: nil),
30 30
                 SidebarItem(title: "CV Maker", systemImage: "doc.text", badge: nil),
31 31
                 SidebarItem(title: "Profile", systemImage: "person", badge: nil),