We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f2596 commit de75981Copy full SHA for de75981
1 file changed
src/frontend/src/lib/components/signer/SignerAnimatedAstronaut.svelte
@@ -8,6 +8,8 @@
8
></span>
9
<span
10
class="relative inline-flex h-10 w-10 items-center justify-center rounded-full bg-brand-primary text-brand-primary sm:h-20 sm:w-20"
11
- ><span class="[&>svg]:h-5 [&>svg]:w-auto sm:[&>svg]:h-10 sm:[&>svg]:w-auto"><IconAstronautWithEyes /></span></span
+ ><span class="[&>svg]:h-5 [&>svg]:w-auto sm:[&>svg]:h-10 sm:[&>svg]:w-auto"
12
+ ><IconAstronautWithEyes /></span
13
+ ></span
14
>
15
</span>
0 commit comments