Skip to content

Commit 23edae7

Browse files
committed
nav changes
1 parent c5a3b19 commit 23edae7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/app/navigation.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@
149149
"type": "route",
150150
"path": "combat",
151151
"label": "Combat Records"
152+
},
153+
{
154+
"type": "route",
155+
"path": "sync",
156+
"label": "Sync"
152157
}
153158
]
154159
}

src/app/plugins/perscom-plugin/sync/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ You can see the history of both manual and automatic syncs as well as a log for
2020
![Sync](/user-manual/plugins/perscom-plugin/sync_log.jpg)
2121

2222
<GuideNavigator
23-
previous={{ href: '/plugins/perscom-plugin/qualifications', label: 'Qualifications' }}
23+
previous={{ href: '/plugins/perscom-plugin/combat', label: 'Combat Records' }}
2424
/>

0 commit comments

Comments
 (0)