desktop_nav: remove center logo

This commit is contained in:
Dominika Liberda 2023-05-26 17:38:17 +02:00
parent e7e49dada9
commit f6939c4a13

View file

@ -81,20 +81,6 @@
</router-link>
</div>
</div>
<router-link
class="logo"
:to="{ name: 'root' }"
:style="logoBgStyle"
>
<div
class="mask"
:style="logoMaskStyle"
/>
<img
:src="logo"
:style="logoStyle"
>
</router-link>
<div class="item right actions">
<search-bar
v-if="currentUser || !privateMode"