fix: ui logo error
parent
d99c9ad1ee
commit
96ab89adf3
|
|
@ -55,7 +55,7 @@
|
||||||
/>
|
/>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
<img src="@/assets/logo/MaxKB-logo.svg" :height="height" />
|
<img v-else src="@/assets/logo/MaxKB-logo.svg" :height="height" />
|
||||||
</template>
|
</template>
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue