Fix: workspace avatar (#3674)

This commit is contained in:
Mike
2024-12-11 13:19:42 +01:00
committed by GitHub
parent f5312cceb3
commit 10969c8a04
@@ -9,7 +9,7 @@
class="h-full w-full bg-cover bg-center bg-no-repeat flex items-center justify-center"
:style="{ backgroundImage: `url('${logo}')` }"
>
<span class="text-foreground-3 uppercase leading-none">
<span v-if="!logo" class="text-foreground-3 uppercase leading-none">
{{ name[0] }}
</span>
</div>