diff options
| author | Pitu <[email protected]> | 2018-09-16 05:27:10 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2018-09-16 05:27:10 -0300 |
| commit | 072fec199db92543836fbdacc6088cd2f7b73eae (patch) | |
| tree | edf729d643e573c3e28247f04cd3e3fcb5d37ff4 /src/site/components/logo/Logo.vue | |
| parent | Preload of config file (diff) | |
| download | host.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.vue | 2 |
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> |