mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
feat(web-ui)!: remove discord widget (#4630)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user