diff --git a/src/pages/tutorials/index.jsx b/src/pages/tutorials/index.jsx index 80c4092..3860889 100644 --- a/src/pages/tutorials/index.jsx +++ b/src/pages/tutorials/index.jsx @@ -1,92 +1,123 @@ /* eslint-disable react/no-danger */ -import React from 'react'; +import React from 'react'; import { graphql, Link } from 'gatsby'; import Layout from '../../components/layout'; -import LeftNav from "../../components/LeftNav"; +import LeftNav from '../../components/LeftNav'; import 'prismjs/themes/prism-tomorrow.css'; import '../../templates/page.scss'; -import SEO from "../../components/seo"; -import SearchInputBox from "../../components/SearchInputBox"; -import MobileView from "../../components/MobileView"; +import SEO from '../../components/seo'; +import SearchInputBox from '../../components/SearchInputBox'; +import MobileView from '../../components/MobileView'; -import CardList from "../../components/navcards"; +import CardList from '../../components/navcards'; import Header from '../../components/header'; const IndexContent = () => { - return ( - <> -