Skip to content

Commit c8e7774

Browse files
[autofix.ci] apply automated fixes
1 parent 70f9d59 commit c8e7774

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/components/Package/DownloadButton.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,7 @@ defineOptions({
201201
{{ $t('package.download.button') }}
202202
<span
203203
class="i-lucide:chevron-down ms-1 transition-transform duration-200 motion-reduce:transition-none"
204-
:class="[
205-
size === 'small' ? 'w-3 h-3' : 'w-3.5 h-3.5',
206-
{ 'rotate-180': isOpen },
207-
]"
204+
:class="[size === 'small' ? 'w-3 h-3' : 'w-3.5 h-3.5', { 'rotate-180': isOpen }]"
208205
aria-hidden="true"
209206
/>
210207
</ButtonBase>

0 commit comments

Comments
 (0)