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