We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121691b commit 850675bCopy full SHA for 850675b
src/app/conf/2025/components/what-to-expect.tsx
@@ -13,12 +13,12 @@ export default function WhatToExpectSection({
13
{...rest}
14
>
15
<h3 className="typography-h2 md:flex-1">What to expect</h3>
16
- <dl className="flex flex-col gap-6 uppercase md:flex-1">
+ <ul className="flex flex-col gap-6 uppercase md:flex-1">
17
<ListItem number="3" text="days" />
18
<ListItem number="23" text="speakers" />
19
<ListItem number="36" text="panels & workshops" />
20
<ListItem number="1" text="unique venue" />
21
- </dl>
+ </ul>
22
</section>
23
)
24
}
0 commit comments