mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Fix broken links for readd a plugin
This commit is contained in:
parent
62579a8929
commit
8f8e625574
@ -1597,19 +1597,19 @@ class NavBar extends connect(store)(LitElement) {
|
|||||||
} else if (this.pluginType === 'reward-share') {
|
} else if (this.pluginType === 'reward-share') {
|
||||||
this.pluginPage = 'reward-share/index.html'
|
this.pluginPage = 'reward-share/index.html'
|
||||||
} else if (this.pluginType === 'q-chat') {
|
} else if (this.pluginType === 'q-chat') {
|
||||||
this.pluginPage = 'messaging/q-chat/index.html'
|
this.pluginPage = 'q-chat/index.html'
|
||||||
} else if (this.pluginType === 'name-registration') {
|
} else if (this.pluginType === 'name-registration') {
|
||||||
this.pluginPage = 'name-registration/index.html'
|
this.pluginPage = 'name-registration/index.html'
|
||||||
} else if (this.pluginType === 'names-market') {
|
} else if (this.pluginType === 'names-market') {
|
||||||
this.pluginPage = 'names-market/index.html'
|
this.pluginPage = 'names-market/index.html'
|
||||||
} else if (this.pluginType === 'websites') {
|
} else if (this.pluginType === 'websites') {
|
||||||
this.pluginPage = 'qdn/index.html'
|
this.pluginPage = 'q-website/index.html'
|
||||||
} else if (this.pluginType === 'qapps') {
|
} else if (this.pluginType === 'qapps') {
|
||||||
this.pluginPage = 'q-app/index.html'
|
this.pluginPage = 'q-app/index.html'
|
||||||
} else if (this.pluginType === 'group-management') {
|
} else if (this.pluginType === 'group-management') {
|
||||||
this.pluginPage = 'group-management/index.html'
|
this.pluginPage = 'group-management/index.html'
|
||||||
} else if (this.pluginType === 'data-management') {
|
} else if (this.pluginType === 'data-management') {
|
||||||
this.pluginPage = 'qdn/data-management/index.html'
|
this.pluginPage = 'data-management/index.html'
|
||||||
} else if (this.pluginType === 'puzzles') {
|
} else if (this.pluginType === 'puzzles') {
|
||||||
this.pluginPage = 'puzzles/index.html'
|
this.pluginPage = 'puzzles/index.html'
|
||||||
} else if (this.pluginType === 'node-management') {
|
} else if (this.pluginType === 'node-management') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user