Browse Source

fix: wrong path to referenced image (#524)

pull/526/head
Xu, Quentin Yang 3 years ago committed by GitHub
parent
commit
aa8035855d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/SettingDrawer/SettingDrawer.vue

2
src/components/SettingDrawer/SettingDrawer.vue

@ -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…
Cancel
Save