File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ const MinecraftProjects = () => {
2828 < div className = "project-card animate-pulse flex flex-col gap-2" >
2929 < div className = "bg-gray-300 h-6 w-3/4 rounded mb-2" />
3030 < div className = "bg-gray-200 h-4 w-1/2 rounded mb-1" />
31- < div className = "bg-gray-200 h-4 w-full rounded mb-1" />
3231 < div className = "bg-gray-200 h-32 w-full rounded mb-2" />
3332 < div className = "flex gap-2 mt-2" >
3433 < div className = "bg-gray-300 h-6 w-16 rounded" />
@@ -61,9 +60,6 @@ const MinecraftProjects = () => {
6160 ) }
6261 </ h3 >
6362 < h4 className = "project-subtitle" > { proj . short_info } </ h4 >
64- < h4 className = "project-description" >
65- { proj . description }
66- </ h4 >
6763 < Suspense fallback = { < div className = "h-32 w-full bg-gray-200 animate-pulse rounded mb-2" /> } >
6864 < SafeCarousel
6965 className = "mt-3 mb-3"
You can’t perform that action at this time.
0 commit comments