Skip to content

Commit 2cb892f

Browse files
committed
style: remove redundant animation from footer container
1 parent d0a6c96 commit 2cb892f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const closeModal = () => modalRef.value?.close?.()
2121
<p class="hidden lg:flex text-fg-muted uppercase h-5 items-center">{{ $t('nav.links') }}</p>
2222
</div>
2323
<div class="flex justify-between flex-col lg:flex-row gap-3">
24-
<div class="flex flex-col gap-3 motion-safe:animate-fade-in motion-safe:animate-fill-both">
24+
<div class="flex flex-col gap-3">
2525
<p class="font-mono text-balance hidden sm:block">
2626
{{ $t('tagline') }}
2727
</p>

0 commit comments

Comments
 (0)