Skip to content

Commit ef9c2e8

Browse files
committed
chore: remove duplicated duration-200 at link base
1 parent 1b56bdc commit ef9c2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/about.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ onBeforeUnmount(() => {
446446
no-underline
447447
no-new-tab-icon
448448
:aria-label="getAriaLabel(contributor)"
449-
class="group relative block h-12 w-12 rounded-lg transition-transform duration-200 outline-none p-0 bg-transparent"
449+
class="group relative block h-12 w-12 rounded-lg transition-transform outline-none p-0 bg-transparent"
450450
>
451451
<img
452452
:src="`${contributor.avatar_url}&s=64`"

0 commit comments

Comments
 (0)