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 d872f50 commit d6b083bCopy full SHA for d6b083b
1 file changed
components/skeleton/ProjectsSkeleton.tsx
@@ -15,7 +15,6 @@ export const ProjectsPageSkeleton = () => {
15
export const ProjectsSkeleton = () => {
16
return (
17
<>
18
- {/* Header */}
19
<motion.div
20
className='flex flex-col xl:flex-row justify-between items-start xl:items-center gap-3 sm:gap-4 xl:gap-0'
21
variants={fadeInUp}
@@ -29,7 +28,6 @@ export const ProjectsSkeleton = () => {
29
28
</div>
30
</motion.div>
31
32
- {/* Projects Grid */}
33
34
className='grid grid-cols-1 sm:grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6'
35
variants={staggerContainer}
0 commit comments