We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a6c96 commit 2cb892fCopy full SHA for 2cb892f
app/components/AppFooter.vue
@@ -21,7 +21,7 @@ const closeModal = () => modalRef.value?.close?.()
21
<p class="hidden lg:flex text-fg-muted uppercase h-5 items-center">{{ $t('nav.links') }}</p>
22
</div>
23
<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">
+ <div class="flex flex-col gap-3">
25
<p class="font-mono text-balance hidden sm:block">
26
{{ $t('tagline') }}
27
</p>
0 commit comments