Skip to content

Commit 6426ea0

Browse files
author
Alban Bailly
committed
cleanup
1 parent fc9809e commit 6426ea0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/1_atoms/APITitle.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
import React from "react";
2-
import { StaticQuery, graphql, Link } from "gatsby";
2+
import { StaticQuery, graphql } from "gatsby";
33

44
const APITitle = ({ data }) => {
55
const n = data.allDataJson.edges[0].node;
66

77
return (
88
<div className="mb-4">
9-
{/* <div className="mb-4">
10-
<Link to="/">developers.linode.com</Link>
11-
</div> */}
129
<div className="text-2xl">Linode API {n.info.version}</div>
1310
</div>
1411
);

0 commit comments

Comments
 (0)