Skip to content

Commit

Permalink
prettier on tooling CTA
Browse files Browse the repository at this point in the history
  • Loading branch information
sammysango committed Dec 3, 2024
1 parent 66edbb7 commit c76c4ee
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/ToolingCTA.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ export default function ToolingCTA() {
return (
<div style={{ marginTop: "2rem" }}>
<Admonition type="info" title="Want to be featured here?">
Have you built a tool for Linea? Contribute to the docs to add it
here! See our <a href="https://github.com/Consensys/doc.linea?tab=readme-ov-file#contribute"> guide to contributing</a>.
Have you built a tool for Linea? Contribute to the docs to add it here!
See our{" "}
<a href="https://github.com/Consensys/doc.linea?tab=readme-ov-file#contribute">
{" "}
guide to contributing
</a>
.
</Admonition>
</div>
);
Expand Down

0 comments on commit c76c4ee

Please sign in to comment.