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"
|
||||
>
|
||||
<img
|
||||
src="/img/pipedPlay.svg"
|
||||
:class="{ 'piped-play': !hideText, 'enable-animations': enableAnimations }"
|
||||
/>
|
||||
<router-link to="/" style="background: none !important;">
|
||||
<img
|
||||
src="/img/pipedPlay.svg"
|
||||
:class="{ 'piped-play': !hideText, 'enable-animations': enableAnimations }"
|
||||
/>
|
||||
</router-link>
|
||||
|
||||
<img src="/img/piped.svg" />
|
||||
<router-link to="/" style="background: none !important;">
|
||||
<img src="/img/piped.svg" />
|
||||
</router-link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue