Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(docs): fix case-sensitive filenames
  • Loading branch information
claudiahdz committed Nov 14, 2019
1 parent 4a2f551 commit 87d6725
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/components/layout.js
@@ -1,5 +1,5 @@
import React from 'react'
import Navbar from './Navbar'
import Navbar from './navbar'
import Sidebar from './Sidebar'
import {Flex, Box} from 'rebass'
import { theme } from 'src/theme'
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.js
@@ -1,7 +1,7 @@
import React from 'react'
import Features from 'src/components/home/Features'
import SEO from 'src/components/seo'
import Hero from 'src/components/home/Hero'
import Hero from 'src/components/home/hero'
import DarkBlock from 'src/components/home/DarkBlock'

const IndexPage = () => (
Expand Down
2 changes: 1 addition & 1 deletion docs/src/templates/Page.js
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import {graphql} from 'gatsby'
import styled from 'styled-components'
import FoundTypo from 'src/components/FoundTypo'
import Scripts from 'src/components/Scripts'
import Scripts from 'src/components/scripts'
const version = require('../../../package.json').version

const Content = styled.div`
Expand Down

0 comments on commit 87d6725

Please sign in to comment.