diff --git a/js/site-switcher.js b/js/site-switcher.js index 0eb28a8..3e4a100 100644 --- a/js/site-switcher.js +++ b/js/site-switcher.js @@ -11,7 +11,6 @@ var SITES = [ { id: "clove", label: "clove.is-a.dev", url: "https://clove.is-a.dev", note: "Link Center" }, { id: "doughmination", label: "doughmination.is-a.dev", url: "https://doughmination.is-a.dev", note: "Beta Link Center" }, - { id: "lumine", label: "lumine.is-a.dev", url: "https://lumine.is-a.dev", note: "Discord Bots" }, ]; var host = (location.hostname || "").replace(/^www\./, "");