From 8f8e6255744a50bbd198bc4f76d337018b838ac9 Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Thu, 9 May 2024 10:17:28 +0200 Subject: [PATCH] Fix broken links for readd a plugin --- core/src/components/show-plugin.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/components/show-plugin.js b/core/src/components/show-plugin.js index 98fa307f..a5e965a9 100644 --- a/core/src/components/show-plugin.js +++ b/core/src/components/show-plugin.js @@ -1597,19 +1597,19 @@ class NavBar extends connect(store)(LitElement) { } else if (this.pluginType === 'reward-share') { this.pluginPage = 'reward-share/index.html' } 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') { this.pluginPage = 'name-registration/index.html' } else if (this.pluginType === 'names-market') { this.pluginPage = 'names-market/index.html' } else if (this.pluginType === 'websites') { - this.pluginPage = 'qdn/index.html' + this.pluginPage = 'q-website/index.html' } else if (this.pluginType === 'qapps') { this.pluginPage = 'q-app/index.html' } else if (this.pluginType === 'group-management') { this.pluginPage = 'group-management/index.html' } else if (this.pluginType === 'data-management') { - this.pluginPage = 'qdn/data-management/index.html' + this.pluginPage = 'data-management/index.html' } else if (this.pluginType === 'puzzles') { this.pluginPage = 'puzzles/index.html' } else if (this.pluginType === 'node-management') {