Skip to content

Commit fc9809e

Browse files
author
Alban Bailly
committed
remove wrong link
1 parent dc3cd98 commit fc9809e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/1_atoms/APITitle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ const APITitle = ({ data }) => {
66

77
return (
88
<div className="mb-4">
9-
<div className="mb-4">
9+
{/* <div className="mb-4">
1010
<Link to="/">developers.linode.com</Link>
11-
</div>
11+
</div> */}
1212
<div className="text-2xl">Linode API {n.info.version}</div>
1313
</div>
1414
);

0 commit comments

Comments
 (0)