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