File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change
1
+ import { ListItem , UnorderedList } from "@/components/ui/list"
2
+
1
3
import { layer2Data , Rollups , RollupType } from "@/data/layer-2/layer-2"
2
4
3
5
import InlineLink from "./Link"
@@ -26,23 +28,23 @@ const RollupProductDevDoc = ({ rollupType }: RollupProductDevDocProps) => {
26
28
* < Translation id = { `page-layer-2:${ noteKey } ` } />
27
29
</ p >
28
30
) }
29
- < ul className = "list-disc" >
30
- < li >
31
+ < UnorderedList >
32
+ < ListItem >
31
33
< InlineLink href = { website } >
32
34
< Translation id = "rollup-component-website" />
33
35
</ InlineLink >
34
- </ li >
35
- < li >
36
+ </ ListItem >
37
+ < ListItem >
36
38
< InlineLink href = { developerDocs } >
37
39
< Translation id = "rollup-component-developer-docs" />
38
40
</ InlineLink >
39
- </ li >
40
- < li >
41
+ </ ListItem >
42
+ < ListItem >
41
43
< InlineLink href = { l2beat } >
42
44
< Translation id = "rollup-component-technology-and-risk-summary" />
43
45
</ InlineLink >
44
- </ li >
45
- </ ul >
46
+ </ ListItem >
47
+ </ UnorderedList >
46
48
</ div >
47
49
</ div >
48
50
</ div >
You can’t perform that action at this time.
0 commit comments