Skip to content

Commit 564a1d0

Browse files
CopilotKeyyard
andcommitted
Remove description text from Minecraft Projects cards
Co-authored-by: Keyyard <84187238+Keyyard@users.noreply.github.com>
1 parent c128cb2 commit 564a1d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/sections/MinecraftProjects.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)