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 cc40aff commit 11c8cafCopy full SHA for 11c8caf
1 file changed
src/pages/telemetry/index.js
@@ -3,7 +3,7 @@ import { graphql } from "gatsby";
3
import SEO from "../../components/SEO";
4
import Layout from "../../components/Layout";
5
6
-const GetStarted = (props) => {
+const TelemetryPage = (props) => {
7
const html = props.data.markdownRemark.html;
8
return (
9
<Layout bodyClass="page-telemetry">
@@ -27,4 +27,4 @@ export const query = graphql`
27
}
28
`;
29
30
-export default GetStarted;
+export default TelemetryPage;
0 commit comments