Skip to content

Commit 96ab89a

Browse files
committed
fix: ui logo error
1 parent d99c9ad commit 96ab89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/logo/LogoFull.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
/>
5656
</g>
5757
</svg>
58-
<img src="@/assets/logo/MaxKB-logo.svg" :height="height" />
58+
<img v-else src="@/assets/logo/MaxKB-logo.svg" :height="height" />
5959
</template>
6060
</template>
6161
<script setup lang="ts">

0 commit comments

Comments
 (0)