diff --git a/README.rst b/README.rst
index b2b7f463..6d486f65 100644
--- a/README.rst
+++ b/README.rst
@@ -1,12 +1,12 @@
Overview
========
-LizardByte has the full documentation hosted on `Read the Docs `__.
+LizardByte has the full documentation hosted on `Read the Docs `__.
About
-----
-Sunshine is a self-hosted game stream host for Moonlight.
+Apollo is a self-hosted desktop stream host for Artemis.
Offering low latency, cloud gaming server capabilities with support for AMD, Intel, and Nvidia GPUs for hardware
-encoding. Software encoding is also available. You can connect to Sunshine from any Moonlight client on a variety of
+encoding. Software encoding is also available. You can connect to Apollo from any Artemis client on a variety of
devices. A web UI is provided to allow configuration, and client pairing, from your favorite web browser. Pair from
the local server or any mobile device.
diff --git a/src_assets/common/assets/web/Navbar.vue b/src_assets/common/assets/web/Navbar.vue
index 838c630f..1edb14d5 100644
--- a/src_assets/common/assets/web/Navbar.vue
+++ b/src_assets/common/assets/web/Navbar.vue
@@ -48,9 +48,6 @@ export default {
mounted() {
let el = document.querySelector("a[href='" + document.location.pathname + "']");
if (el) el.classList.add("active")
- let discordWidget = document.createElement('script')
- discordWidget.setAttribute('src', 'https://app.lizardbyte.dev/js/discord.js')
- document.head.appendChild(discordWidget)
}
}
diff --git a/src_assets/common/assets/web/ResourceCard.vue b/src_assets/common/assets/web/ResourceCard.vue
index aee83768..13b95905 100644
--- a/src_assets/common/assets/web/ResourceCard.vue
+++ b/src_assets/common/assets/web/ResourceCard.vue
@@ -7,9 +7,7 @@
@@ -21,10 +19,10 @@
{{ $t('resource_card.legal_desc') }}