Skip to content

Commit 9bab1c4

Browse files
committed
feat(website): minor improvements
1 parent 322bcac commit 9bab1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function HomePage() {
2525
<Cards className="grid grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-4">
2626
{features.map(([title, description, Icon]) => (
2727
<Card
28-
className="mix-blend-luminosity"
28+
className="mix-blend-luminosity shadow-none"
2929
description={description}
3030
icon={<Icon />}
3131
key={title}

0 commit comments

Comments
 (0)