We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a75bc2 commit bfd6e22Copy full SHA for bfd6e22
main/src/App.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div id="app">
3
- <router-link to="/"><img src="/static/logo-large.png" class="logo"></router-link>
+ <router-link to="/"><img src="/static/podcastimage.png" class="logo"></router-link>
4
<router-link to="login" class="admin">Admin</router-link>
5
<router-view/>
6
<footer>
@@ -15,7 +15,7 @@ import Vibrant from 'node-vibrant'
15
export default {
16
name: 'app'
17
}
18
-Vibrant.from('/static/logo-large.png').getPalette().then(function (palette) {
+Vibrant.from('/static/podcastimage.png').getPalette().then(function (palette) {
19
// import Vibrant from 'node-vibrant'
20
var css = document.createElement('style')
21
css.type = 'text/css'
0 commit comments