Skip to content

Commit 9f2fd80

Browse files
ladp333satya164
andauthored
Update navigation-state.md (#1424)
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>
1 parent 0baee20 commit 9f2fd80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

versioned_docs/version-6.x/navigation-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const state = {
101101
routeNames: ['Home', 'Profile', 'Settings'],
102102
routes: [
103103
{ key: 'home-1', name: 'Home' },
104-
{ key: 'settings-1', name: 'Settings' },
104+
{ key: 'profile-1', name: 'Profile' },
105105
],
106106
index: 1,
107107
stale: false,

versioned_docs/version-7.x/navigation-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const state = {
137137
routeNames: ['Home', 'Profile', 'Settings'],
138138
routes: [
139139
{ key: 'home-1', name: 'Home' },
140-
{ key: 'settings-1', name: 'Settings' },
140+
{ key: 'profile-1', name: 'Profile' },
141141
],
142142
index: 1,
143143
stale: false,

versioned_docs/version-8.x/navigation-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const state = {
158158
routeNames: ['Home', 'Profile', 'Settings'],
159159
routes: [
160160
{ key: 'home-1', name: 'Home' },
161-
{ key: 'settings-1', name: 'Settings' },
161+
{ key: 'profile-1', name: 'Profile' },
162162
],
163163
index: 1,
164164
stale: false,

0 commit comments

Comments
 (0)