diff --git a/public/test.html b/public/test.html new file mode 100644 index 00000000..6b46c576 --- /dev/null +++ b/public/test.html @@ -0,0 +1,17 @@ + + + Widget Test + + + +
+
+ +
+
+ + +
+
+ + \ No newline at end of file diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index 5476038c..cc84ccf9 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -13,6 +13,7 @@ import { useDashboard } from '@/stores/useDashboard'; import NavBarI18n from './NavBarI18n.vue'; import NavBarWallet from './NavBarWallet.vue'; import { useBlockchain } from '@/stores'; +import { computed } from 'vue'; const { appRouteTransition } = useThemeConfig(); @@ -34,6 +35,7 @@ const changeOpen = (index: Number) => { sidebarOpen.value = !sidebarOpen.value; } }; +const showDiscord = window.location.host.search("ping.pub") > -1