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 f8a4ca7 commit 8c53378Copy full SHA for 8c53378
1 file changed
www/components/animated-hero/client.tsx
@@ -34,7 +34,7 @@ export default function AnimatedHeroClient() {
34
alt="Laurel left"
35
width={28}
36
height={52}
37
- className="w-auto h-8 md:h-12 opacity-80 shrink-0"
+ className="hidden sm:block w-auto h-8 md:h-12 opacity-80 shrink-0"
38
/>
39
<div className="flex items-center gap-2 md:gap-3 mx-2 md:mx-4">
40
<div className="flex -space-x-3 shrink-0">
@@ -72,7 +72,7 @@ export default function AnimatedHeroClient() {
72
alt="Laurel right"
73
74
75
76
77
</motion.div>
78
0 commit comments