Skip to content

Commit

Permalink
fix: 🐛 Fix automatic release
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 28, 2024
1 parent 485e371 commit c2254aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/About/components/SponsorDialog/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<el-dialog v-model="visible" :title="`♥ ${$t('about.sponsor.title')}`" width="800px" @closed="onClosed">
<el-dialog v-model="visible" :title="$t('about.sponsor.title')" width="800px" @closed="onClosed">
<div class="pt-4 pb-8">
{{ $t('about.sponsor.description') }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/About/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</el-button>

<el-button size="large" class="group" @click="handleSponsor">
<span class="group-hover:animate-rubber-band">♥</span>
<span class="group-hover:animate-rubber-band text-red-500">♥</span>
<span class="pl-1">{{ $t('about.sponsor.title') }}</span>
</el-button>
</div>
Expand Down

0 comments on commit c2254aa

Please sign in to comment.