We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9809e commit 6426ea0Copy full SHA for 6426ea0
src/components/1_atoms/APITitle.js
@@ -1,14 +1,11 @@
1
import React from "react";
2
-import { StaticQuery, graphql, Link } from "gatsby";
+import { StaticQuery, graphql } from "gatsby";
3
4
const APITitle = ({ data }) => {
5
const n = data.allDataJson.edges[0].node;
6
7
return (
8
<div className="mb-4">
9
- {/* <div className="mb-4">
10
- <Link to="/">developers.linode.com</Link>
11
- </div> */}
12
<div className="text-2xl">Linode API {n.info.version}</div>
13
</div>
14
);
0 commit comments