Skip to content

Commit 31cd39f

Browse files
Comment out Project 2 card in Home component temporarily
1 parent 2e07094 commit 31cd39f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ export default function Home() {
388388
</Card>
389389

390390
{/* Project 2 */}
391-
<Card className="overflow-hidden group hover:shadow-md hover:shadow-primary/10 transition-shadow">
391+
{/* <Card className="overflow-hidden group hover:shadow-md hover:shadow-primary/10 transition-shadow">
392392
<div className="relative h-48 w-full overflow-hidden">
393393
<Image
394394
src="/placeholder.svg?height=400&width=600"
@@ -432,7 +432,7 @@ export default function Home() {
432432
<Badge variant="secondary">Prisma</Badge>
433433
</div>
434434
</CardContent>
435-
</Card>
435+
</Card> */}
436436

437437
{/* Project 3 - Godot Smart Graphics Settings */}
438438
<Card className="overflow-hidden group hover:shadow-md hover:shadow-primary/10 transition-shadow">

0 commit comments

Comments
 (0)