File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import React from 'react'
2- import Navbar from './Navbar '
2+ import Navbar from './navbar '
33import Sidebar from './Sidebar'
44import { Flex , Box } from 'rebass'
55import { theme } from 'src/theme'
Original file line number Diff line number Diff line change 11import React from 'react'
22import Features from 'src/components/home/Features'
33import SEO from 'src/components/seo'
4- import Hero from 'src/components/home/Hero '
4+ import Hero from 'src/components/home/hero '
55import DarkBlock from 'src/components/home/DarkBlock'
66
77const IndexPage = ( ) => (
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react'
22import { graphql } from 'gatsby'
33import styled from 'styled-components'
44import FoundTypo from 'src/components/FoundTypo'
5- import Scripts from 'src/components/Scripts '
5+ import Scripts from 'src/components/scripts '
66const version = require ( '../../../package.json' ) . version
77
88const Content = styled . div `
You can’t perform that action at this time.
0 commit comments