Logo leads to root path

This commit is contained in:
Karlis Cudars 2021-10-23 01:09:42 +03:00
parent 3ad37fd35c
commit 5bca4a70c6

View file

@ -35,12 +35,16 @@
}" }"
v-if="!hideText" v-if="!hideText"
> >
<router-link to="/" style="background: none !important;">
<img <img
src="/img/pipedPlay.svg" src="/img/pipedPlay.svg"
:class="{ 'piped-play': !hideText, 'enable-animations': enableAnimations }" :class="{ 'piped-play': !hideText, 'enable-animations': enableAnimations }"
/> />
</router-link>
<router-link to="/" style="background: none !important;">
<img src="/img/piped.svg" /> <img src="/img/piped.svg" />
</router-link>
</div> </div>
</div> </div>