Skip to content

Commit 58c547d

Browse files
committed
Update for 7.x & 8.x
1 parent 5efe027 commit 58c547d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)