Skip to content

Commit ddc7bef

Browse files
committed
fix: biome fix
1 parent 238a282 commit ddc7bef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/home/materials.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export function Materials() {
3737
return (
3838
<section className="mx-auto flex max-w-400 flex-col-reverse gap-24 p-11 py-28 sm:px-20 2xl:flex-row 2xl:items-start 2xl:gap-32">
3939
<div className="flex grow flex-col gap-4 sm:gap-6 2xl:gap-8 2xl:pt-44">
40-
4140
{/* Desktop Cards */}
4241
<div className="hidden gap-4 sm:grid sm:grid-cols-2 sm:gap-12 2xl:gap-20">
4342
{featuredCards.map((card) => (

0 commit comments

Comments
 (0)