Skip to content

Commit

Permalink
fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Equim-chan committed Mar 21, 2023
1 parent e2ec3e7 commit c327e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/Setting/General.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,15 @@ function handleImportButtonClick(): void {
<div class="flex flex-wrap items-center gap-4">
<NButton size="small" @click="exportData">
<template #icon>
<SvgIcon icon="ri:download-2-fill" />
<SvgIcon icon="ri:upload-2-fill" />
</template>
{{ $t('common.export') }}
</NButton>

<input id="fileInput" type="file" style="display:none" @change="importData">
<NButton size="small" @click="handleImportButtonClick">
<template #icon>
<SvgIcon icon="ri:upload-2-fill" />
<SvgIcon icon="ri:download-2-fill" />
</template>
{{ $t('common.import') }}
</NButton>
Expand Down

0 comments on commit c327e18

Please sign in to comment.