Skip to content

Commit bfd6e22

Browse files
committed
Point to correct image location
1 parent 8a75bc2 commit bfd6e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div id="app">
3-
<router-link to="/"><img src="/static/logo-large.png" class="logo"></router-link>
3+
<router-link to="/"><img src="/static/podcastimage.png" class="logo"></router-link>
44
<router-link to="login" class="admin">Admin</router-link>
55
<router-view/>
66
<footer>
@@ -15,7 +15,7 @@ import Vibrant from 'node-vibrant'
1515
export default {
1616
name: 'app'
1717
}
18-
Vibrant.from('/static/logo-large.png').getPalette().then(function (palette) {
18+
Vibrant.from('/static/podcastimage.png').getPalette().then(function (palette) {
1919
// import Vibrant from 'node-vibrant'
2020
var css = document.createElement('style')
2121
css.type = 'text/css'

0 commit comments

Comments
 (0)