From 1d7b4aac8280f730412de11f6ec9811401a0385f Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 4 Jun 2026 19:20:21 +0530 Subject: [PATCH] style: standardize profile stats skeletons with glassmorphic cards and customized pulse speeds --- src/components/skeletons/ProfileStatsSkeleton.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/skeletons/ProfileStatsSkeleton.jsx b/src/components/skeletons/ProfileStatsSkeleton.jsx index 5bdd58b..6544ab2 100644 --- a/src/components/skeletons/ProfileStatsSkeleton.jsx +++ b/src/components/skeletons/ProfileStatsSkeleton.jsx @@ -5,16 +5,16 @@ export default function ProfileStatsSkeleton() { return (
{[...Array(3)].map((_, idx) => ( - +
- - + +
- - + +
))}