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 | |
| parent | Preload of config file (diff) | |
| download | host.fuwn.me-072fec199db92543836fbdacc6088cd2f7b73eae.tar.xz host.fuwn.me-072fec199db92543836fbdacc6088cd2f7b73eae.zip | |
Added logo
Diffstat (limited to 'src')
| -rw-r--r-- | src/site/components/logo/Logo.vue | 2 | ||||
| -rw-r--r-- | src/site/public/images/logo.png | bin | 0 -> 45536 bytes |
2 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> diff --git a/src/site/public/images/logo.png b/src/site/public/images/logo.png Binary files differnew file mode 100644 index 0000000..eedc960 --- /dev/null +++ b/src/site/public/images/logo.png |