This repository was archived by the owner on Apr 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import React from 'react' ;
21import { graphql , Link , withPrefix } from 'gatsby' ;
3- import SEO from '../../components/SEO' ;
4- import Layout from '../../components/Layout' ;
52import Img from 'gatsby-image' ;
3+ import React from 'react' ;
4+ import Layout from '../../components/Layout' ;
5+ import SEO from '../../components/SEO' ;
66
77const GetStarted = ( props ) => {
88 const docs = props . data . ServicesQuery . edges . filter ( function ( doc ) {
@@ -28,7 +28,7 @@ const GetStarted = (props) => {
2828 < h2 > Documentation for user and developer</ h2 >
2929 { /* TODO: Build quick link navigation */ }
3030 < div className = "quick-link-menu" >
31- ✍ Page under construction.
31+ < span > ✍ Page under construction. </ span >
3232 < br />
3333 How To:
3434 < ul >
Original file line number Diff line number Diff line change 1- import React from 'react' ;
21import { graphql } from 'gatsby' ;
2+ import React from 'react' ;
33import Layout from '../components/Layout' ;
4- import Sidebar from '../components/Sidebar.js' ;
54
65const docs = ( { data, location } ) => {
76 const { html } = data . markdownRemark ;
You can’t perform that action at this time.
0 commit comments