mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: ui logo error
This commit is contained in:
parent
d99c9ad1ee
commit
96ab89adf3
|
|
@ -55,7 +55,7 @@
|
|||
/>
|
||||
</g>
|
||||
</svg>
|
||||
<img src="@/assets/logo/MaxKB-logo.svg" :height="height" />
|
||||
<img v-else src="@/assets/logo/MaxKB-logo.svg" :height="height" />
|
||||
</template>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
|
|
|
|||
Loading…
Reference in New Issue