diff --git a/index.html b/index.html
index a1de9a26..9a582d94 100644
--- a/index.html
+++ b/index.html
@@ -3,8 +3,8 @@
-
-
+
+
SyncLounge
diff --git a/src/components/application/plexbrowser.vue b/src/components/application/plexbrowser.vue
index 09056553..6054101b 100644
--- a/src/components/application/plexbrowser.vue
+++ b/src/components/application/plexbrowser.vue
@@ -84,7 +84,7 @@
@@ -106,7 +106,7 @@
diff --git a/src/components/application/plexsettings.vue b/src/components/application/plexsettings.vue
index 4ccf4c3b..6533822c 100644
--- a/src/components/application/plexsettings.vue
+++ b/src/components/application/plexsettings.vue
@@ -66,7 +66,7 @@
},
logo: function () {
- return 'ptweb/plexlogo.png'
+ return 'slweb/plexlogo.png'
},
},
mounted: function () {
diff --git a/src/components/application/settings.vue b/src/components/application/settings.vue
index d42dc19d..c3a8da3f 100644
--- a/src/components/application/settings.vue
+++ b/src/components/application/settings.vue
@@ -50,7 +50,7 @@
return this.$store
},
logo: function () {
- return 'ptweb/logo-small-light.png'
+ return 'slweb/logo-small-light.png'
},
appVersion () {
return this.$store.state.appVersion
diff --git a/src/components/home.vue b/src/components/home.vue
index c7cc2dba..8d128d3f 100644
--- a/src/components/home.vue
+++ b/src/components/home.vue
@@ -55,7 +55,7 @@
},
computed: {
logo: function () {
- return 'ptweb/logo-long-light.png'
+ return 'slweb/logo-long-light.png'
},
firstRun: function () {
return !this.$store.getters.getSettingHOMEINIT