mirror of https://github.com/halo-dev/halo-admin
fix: wrong path to referenced image (#524)
parent
0e9c126616
commit
aa8035855d
|
@ -18,7 +18,7 @@
|
|||
<a-tooltip>
|
||||
<template #title>亮色菜单风格</template>
|
||||
<div class="setting-drawer-index-item" @click="handleSetMenuTheme('light')">
|
||||
<img alt="light" src="/images/dark.svg" />
|
||||
<img alt="light" src="/images/light.svg" />
|
||||
<div v-if="navTheme !== 'dark'" class="setting-drawer-index-selectIcon">
|
||||
<a-icon type="check" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue