aboutsummaryrefslogtreecommitdiff
path: root/src/site/components/logo/Logo.vue
diff options
context:
space:
mode:
authorPitu <[email protected]>2018-09-16 05:27:10 -0300
committerPitu <[email protected]>2018-09-16 05:27:10 -0300
commit072fec199db92543836fbdacc6088cd2f7b73eae (patch)
treeedf729d643e573c3e28247f04cd3e3fcb5d37ff4 /src/site/components/logo/Logo.vue
parentPreload of config file (diff)
downloadhost.fuwn.me-072fec199db92543836fbdacc6088cd2f7b73eae.tar.xz
host.fuwn.me-072fec199db92543836fbdacc6088cd2f7b73eae.zip
Added logo
Diffstat (limited to 'src/site/components/logo/Logo.vue')
-rw-r--r--src/site/components/logo/Logo.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/components/logo/Logo.vue b/src/site/components/logo/Logo.vue
index d594c7e..2452b58 100644
--- a/src/site/components/logo/Logo.vue
+++ b/src/site/components/logo/Logo.vue
@@ -50,7 +50,7 @@
<template>
<p id="logo">
- <img src="../../../../public/images/logo.png">
+ <img src="../../public/images/logo.png">
</p>
</template>