Showing
1 changed file
with
2 additions
and
2 deletions
| ... | ... | @@ -52,7 +52,7 @@ |
| 52 | 52 | <n-button size="small" type="primary" ghost @click="thumbnailSyncUpdate()"> |
| 53 | 53 | <template #icon> |
| 54 | 54 | <n-icon> |
| 55 | - <Awake /> | |
| 55 | + <Thumbnail1 /> | |
| 56 | 56 | </n-icon> |
| 57 | 57 | </template> |
| 58 | 58 | </n-button> |
| ... | ... | @@ -68,7 +68,7 @@ |
| 68 | 68 | import { toRefs, Ref, reactive, computed } from 'vue' |
| 69 | 69 | import { renderIcon, goDialog, goHome } from '@/utils' |
| 70 | 70 | import { icon } from '@/plugins' |
| 71 | -import { Save, Awake } from '@vicons/carbon' | |
| 71 | +import { Save, Thumbnail1 } from '@vicons/carbon' | |
| 72 | 72 | import { useRemoveKeyboard } from '../../../hooks/useKeyboard.hook' |
| 73 | 73 | |
| 74 | 74 | import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore' | ... | ... |