Skip to content

Commit

Permalink
fix: update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Jul 7, 2024
1 parent 5999515 commit 3f9bf5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion entrypoints/sidepanel/Sidepanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ const toggleInfoDialog = () => {
<template #dropdown>
<el-dropdown-menu>
<el-dropdown-item
:icon="WI.BiJournals"
:icon="WI.PhPencil"
@click="addJournal"
v-if="isCheckTw5"
>日记
Expand Down
2 changes: 1 addition & 1 deletion utils/icons/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { default as BiJournals } from '~icons/bi/journals?width=16px&height=16px';
// export { default as BiJournals } from '~icons/bi/journals?width=16px&height=16px';
export { default as StreamlineAiEditSparkSolid } from '~icons/streamline/ai-edit-spark-solid';
export { default as MdiSparklesOutline } from '~icons/mdi/sparkles-outline';
export { default as MdiContentCopy } from '~icons/mdi/content-copy';
Expand Down

0 comments on commit 3f9bf5a

Please sign in to comment.