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 419b704 commit 80e56aeCopy full SHA for 80e56ae
1 file changed
app/components/BuildEnvironment.vue
@@ -14,7 +14,11 @@ const buildTime = computed(() => new Date(buildInfo.value.time))
14
<template>
15
<div
16
class="font-mono text-xs text-fg-muted flex items-center gap-2"
17
- :class="footer ? 'hidden sm:flex sm:justify-start' : 'mb-8 justify-center'"
+ :class="
18
+ footer
19
+ ? 'hidden sm:flex sm:justify-start'
20
+ : 'mb-8 justify-center motion-safe:animate-fade-in motion-safe:animate-fill-both'
21
+ "
22
style="animation-delay: 0.05s"
23
>
24
<i18n-t keypath="built_at" scope="global">
0 commit comments