Skip to content

Commit 850675b

Browse files
committed
Change dl to ul in WhatToExpectSection
1 parent 121691b commit 850675b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/conf/2025/components/what-to-expect.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ export default function WhatToExpectSection({
1313
{...rest}
1414
>
1515
<h3 className="typography-h2 md:flex-1">What to expect</h3>
16-
<dl className="flex flex-col gap-6 uppercase md:flex-1">
16+
<ul className="flex flex-col gap-6 uppercase md:flex-1">
1717
<ListItem number="3" text="days" />
1818
<ListItem number="23" text="speakers" />
1919
<ListItem number="36" text="panels & workshops" />
2020
<ListItem number="1" text="unique venue" />
21-
</dl>
21+
</ul>
2222
</section>
2323
)
2424
}

0 commit comments

Comments
 (0)