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 e115e72 commit 7a4af55Copy full SHA for 7a4af55
src/components/Testimonials.tsx
@@ -68,7 +68,7 @@ const ReviewCard = ({
68
/>
69
) : (
70
<motion.div
71
- className="w-12 h-12 flex items-center justify-center rounded-full border border-gray-300 bg-gray-400 text-white text-lg font-bold"
+ className="w-12 h-12 flex items-center justify-center rounded-full border border-gray-300 bg-gray-400 text-white text-lg font-bold shrink-0"
72
variants={avatarReveal}
73
>
74
{initial}
0 commit comments