1
0

feat: translate inbox project title

This commit is contained in:
kolaente
2023-03-27 11:08:25 +02:00
parent 638d187a24
commit f2ca2d850d
3 changed files with 12 additions and 6 deletions

View File

@ -36,9 +36,9 @@
class="list-menu-link"
:class="{'router-link-exact-active': currentProject.id === p.id}"
>
<span class="icon menu-item-icon handle">
<icon icon="grip-lines"/>
</span>
<span class="icon menu-item-icon handle">
<icon icon="grip-lines"/>
</span>
<ColorBubble
v-if="p.hexColor !== ''"
:color="p.hexColor"