diff --git a/ErsatzTV/client-app/src/assets/images/ersatztv-500.png b/ErsatzTV/client-app/src/assets/images/ersatztv-500.png
deleted file mode 100644
index 9e0a8b4e2..000000000
Binary files a/ErsatzTV/client-app/src/assets/images/ersatztv-500.png and /dev/null differ
diff --git a/ErsatzTV/client-app/src/assets/images/ersatztv-logo.svg b/ErsatzTV/client-app/src/assets/images/ersatztv-logo.svg
new file mode 100644
index 000000000..3cc6156d0
--- /dev/null
+++ b/ErsatzTV/client-app/src/assets/images/ersatztv-logo.svg
@@ -0,0 +1,88 @@
+
+
diff --git a/ErsatzTV/client-app/src/assets/images/ersatztv.png b/ErsatzTV/client-app/src/assets/images/ersatztv.png
deleted file mode 100644
index c8e54c76e..000000000
Binary files a/ErsatzTV/client-app/src/assets/images/ersatztv.png and /dev/null differ
diff --git a/ErsatzTV/client-app/src/assets/images/ersatztv.svg b/ErsatzTV/client-app/src/assets/images/ersatztv.svg
new file mode 100644
index 000000000..e37b70b14
--- /dev/null
+++ b/ErsatzTV/client-app/src/assets/images/ersatztv.svg
@@ -0,0 +1,77 @@
+
+
diff --git a/ErsatzTV/client-app/src/components/Navigation/SideBarLogo.vue b/ErsatzTV/client-app/src/components/Navigation/SideBarLogo.vue
index 5b874d320..a80fbae5f 100644
--- a/ErsatzTV/client-app/src/components/Navigation/SideBarLogo.vue
+++ b/ErsatzTV/client-app/src/components/Navigation/SideBarLogo.vue
@@ -2,12 +2,12 @@
diff --git a/ErsatzTV/client-app/src/plugins/vuetify.js b/ErsatzTV/client-app/src/plugins/vuetify.js
index f03ffa336..9597f01d0 100644
--- a/ErsatzTV/client-app/src/plugins/vuetify.js
+++ b/ErsatzTV/client-app/src/plugins/vuetify.js
@@ -11,8 +11,8 @@ export default new Vuetify({
theme: {
themes: {
dark: {
- primary: colors.yellow,
- secondary: colors.teal.accent3,
+ primary: "#c0c000",
+ secondary: "#00c0c0",
accent: colors.yellow.accent2,
error: colors.red,
warning: colors.orange,
diff --git a/ErsatzTV/client-app/src/stores/applicationState.js b/ErsatzTV/client-app/src/stores/applicationState.js
index b397dbb14..15b2ff248 100644
--- a/ErsatzTV/client-app/src/stores/applicationState.js
+++ b/ErsatzTV/client-app/src/stores/applicationState.js
@@ -1,14 +1,14 @@
import { defineStore } from "pinia";
-const pageURL = `${window.location}`;
+const originURL = `${window.location.origin}`;
export const applicationState = defineStore("appState", {
state: () => {
return {
miniMenu: false,
currentVersion: "0.4.3-7cd2f9a-docker-nvidia", // Needs to be pulled from API with an action when ready
- m3uURL: pageURL + "iptv/channels.m3u",
- xmlURL: pageURL + "iptv/xmltv.xml",
+ m3uURL: originURL + "/iptv/channels.m3u", // this will need to be fixed for reverse proxies
+ xmlURL: originURL + "/iptv/xmltv.xml", // this will need to be fixed for reverse proxies
documentationURL: "https://ersatztv.org/",
githubURL: "https://github.com/jasongdove/ErsatzTV",
discordURL: "https://discord.gg/hHaJm3yGy6",
diff --git a/ErsatzTV/client-app/vue.config.js b/ErsatzTV/client-app/vue.config.js
index 621839a69..33dd35e60 100644
--- a/ErsatzTV/client-app/vue.config.js
+++ b/ErsatzTV/client-app/vue.config.js
@@ -9,5 +9,5 @@ module.exports = defineConfig({
},
publicPath: "/v2/",
outputDir: "../wwwroot/v2",
- filenameHashing: false
+ filenameHashing: false,
});
diff --git a/artwork/ersatztv.svg b/artwork/ersatztv.svg
new file mode 100644
index 000000000..e37b70b14
--- /dev/null
+++ b/artwork/ersatztv.svg
@@ -0,0 +1,77 @@
+
+