From af1afcdadde27b7312c41b85f067b83bd1e9b01a Mon Sep 17 00:00:00 2001 From: samcm Date: Sat, 30 Dec 2017 20:47:27 +1100 Subject: [PATCH] more renaming --- index.html | 4 ++-- src/components/application/plexbrowser.vue | 4 ++-- src/components/application/plexsettings.vue | 2 +- src/components/application/settings.vue | 2 +- src/components/home.vue | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) 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