We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a3b19 commit 23edae7Copy full SHA for 23edae7
src/app/navigation.json
@@ -149,6 +149,11 @@
149
"type": "route",
150
"path": "combat",
151
"label": "Combat Records"
152
+ },
153
+ {
154
+ "type": "route",
155
+ "path": "sync",
156
+ "label": "Sync"
157
}
158
]
159
src/app/plugins/perscom-plugin/sync/page.mdx
@@ -20,5 +20,5 @@ You can see the history of both manual and automatic syncs as well as a log for
20

21
22
<GuideNavigator
23
- previous={{ href: '/plugins/perscom-plugin/qualifications', label: 'Qualifications' }}
+ previous={{ href: '/plugins/perscom-plugin/combat', label: 'Combat Records' }}
24
/>
0 commit comments