more renaming
This commit is contained in:
parent
b919c1fb95
commit
af1afcdadd
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
|
||||
},
|
||||
logo: function () {
|
||||
return 'ptweb/plexlogo.png'
|
||||
return 'slweb/plexlogo.png'
|
||||
},
|
||||
},
|
||||
mounted: function () {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue