Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
fix: wrong path to referenced image (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinHsu authored Mar 26, 2022
1 parent 0e9c126 commit aa80358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SettingDrawer/SettingDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit aa80358

Please sign in to comment.