more renaming

This commit is contained in:
samcm 2017-12-30 20:47:27 +11:00
parent b919c1fb95
commit af1afcdadd
5 changed files with 7 additions and 7 deletions

View File

@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="ptweb/favicon.ico" type="image/x-icon">
<link rel="icon" href="ptweb/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="slweb/favicon.ico" type="image/x-icon">
<link rel="icon" href="slweb/favicon.ico" type="image/x-icon">
<title>SyncLounge</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet" type="text/css">
<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel="stylesheet" type="text/css">

View File

@ -84,7 +84,7 @@
<v-layout row>
<v-flex xs4>
<v-card-media
src="ptweb/plexlogo.png"
src="slweb/plexlogo.png"
height="110px"
contain
></v-card-media>
@ -106,7 +106,7 @@
<v-layout row>
<v-flex xs4>
<v-card-media
src="ptweb/plexlogo.png"
src="slweb/plexlogo.png"
height="110px"
contain
></v-card-media>

View File

@ -66,7 +66,7 @@
},
logo: function () {
return 'ptweb/plexlogo.png'
return 'slweb/plexlogo.png'
},
},
mounted: function () {

View File

@ -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

View File

@ -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