Skip to content

Commit

Permalink
fix: brand logo shape
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Jan 10, 2025
1 parent d675cfe commit 7fdfc6e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion desk/src/components/BrandLogo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<template>
<Avatar v-if="config.brandLogo" size="xl" :image="config.brandLogo" />
<img
v-if="config.brandLogo"
:src="config.brandLogo"
alt="Brand Logo"
class="h-8 w-8 shrink-0 object-cover"
/>
<HDLogo v-else class="h-8 w-8 shrink-0 rounded" />
</template>

Expand Down

0 comments on commit 7fdfc6e

Please sign in to comment.