Skip to content

Commit

Permalink
Update RollupProductDevDoc.tsx
Browse files Browse the repository at this point in the history
Done?
  • Loading branch information
cqw-acq committed Nov 1, 2024
1 parent a119026 commit 51de9c1
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/components/RollupProductDevDoc.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { ListItem, UnorderedList } from "@/components/ui/list"

import { layer2Data, Rollups, RollupType } from "@/data/layer-2/layer-2"

import InlineLink from "./Link"
Expand Down Expand Up @@ -26,23 +28,23 @@ const RollupProductDevDoc = ({ rollupType }: RollupProductDevDocProps) => {
* <Translation id={`page-layer-2:${noteKey}`} />
</p>
)}
<ul className="list-disc">
<li>
<UnorderedList>
<ListItem>
<InlineLink href={website}>
<Translation id="rollup-component-website" />
</InlineLink>
</li>
<li>
</ListItem>
<ListItem>
<InlineLink href={developerDocs}>
<Translation id="rollup-component-developer-docs" />
</InlineLink>
</li>
<li>
</ListItem>
<ListItem>
<InlineLink href={l2beat}>
<Translation id="rollup-component-technology-and-risk-summary" />
</InlineLink>
</li>
</ul>
</ListItem>
</UnorderedList>
</div>
</div>
</div>
Expand Down

0 comments on commit 51de9c1

Please sign in to comment.