feat(web-ui)!: remove discord widget (#4630)
This commit is contained in:
parent
3e2f4c2846
commit
5ecf7dc75c
1 changed files with 0 additions and 2 deletions
|
|
@ -39,7 +39,6 @@
|
|||
|
||||
<script>
|
||||
import ThemeToggle from './ThemeToggle.vue'
|
||||
import { initDiscord } from '@lizardbyte/shared-web/src/js/discord.js'
|
||||
|
||||
export default {
|
||||
components: { ThemeToggle },
|
||||
|
|
@ -49,7 +48,6 @@ export default {
|
|||
mounted() {
|
||||
let el = document.querySelector("a[href='" + document.location.pathname + "']");
|
||||
if (el) el.classList.add("active")
|
||||
initDiscord();
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue