mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Logo leads to root path
This commit is contained in:
parent
3ad37fd35c
commit
5bca4a70c6
1 changed files with 9 additions and 5 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue