Skip to content

Commit

Permalink
🐛 fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Aug 15, 2023
1 parent 5cffd0b commit addd518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GenerationResultPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default {
</a-spin>
<a-row v-if="resultImageItems.length > 0">
<a-button class="button" @click="generateMoreVariants" :title="$t('gen.generateMoreVariants')">
<img src="icons/dice.svg" alt="dice" style="width: 1em; height: 1em; margin-bottom: 4px;">
<img src="/icons/dice.svg" alt="dice" style="width: 1em; height: 1em; margin-bottom: 4px;">
</a-button>
<a-button class="button" @click="generateMoreImages" :title="$t('gen.generateMore')">
<RedoOutlined></RedoOutlined>
Expand Down

0 comments on commit addd518

Please sign in to comment.