Skip to content

Commit 51de9c1

Browse files
committed
Update RollupProductDevDoc.tsx
Done?
1 parent a119026 commit 51de9c1

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

src/components/RollupProductDevDoc.tsx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { ListItem, UnorderedList } from "@/components/ui/list"
2+
13
import { layer2Data, Rollups, RollupType } from "@/data/layer-2/layer-2"
24

35
import InlineLink from "./Link"
@@ -26,23 +28,23 @@ const RollupProductDevDoc = ({ rollupType }: RollupProductDevDocProps) => {
2628
* <Translation id={`page-layer-2:${noteKey}`} />
2729
</p>
2830
)}
29-
<ul className="list-disc">
30-
<li>
31+
<UnorderedList>
32+
<ListItem>
3133
<InlineLink href={website}>
3234
<Translation id="rollup-component-website" />
3335
</InlineLink>
34-
</li>
35-
<li>
36+
</ListItem>
37+
<ListItem>
3638
<InlineLink href={developerDocs}>
3739
<Translation id="rollup-component-developer-docs" />
3840
</InlineLink>
39-
</li>
40-
<li>
41+
</ListItem>
42+
<ListItem>
4143
<InlineLink href={l2beat}>
4244
<Translation id="rollup-component-technology-and-risk-summary" />
4345
</InlineLink>
44-
</li>
45-
</ul>
46+
</ListItem>
47+
</UnorderedList>
4648
</div>
4749
</div>
4850
</div>

0 commit comments

Comments
 (0)