Skip to content

Commit

Permalink
🚚 Rename title
Browse files Browse the repository at this point in the history
  • Loading branch information
luukdv committed Mar 18, 2020
1 parent 37bbf9c commit b714d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Information from '../components/information'
import Installation from '../components/installation'
import Properties from '../components/properties'
import React from 'react'
import Title from '../components/title'
import Header from '../components/header'
import Version from '../components/version'
import Wrap from '../components/wrap'

Expand All @@ -15,7 +15,7 @@ export default () => (

<div className="mt-12 sm:mt-20 lg:mt-24 mb-10 sm:mb-16 lg:mb-20">
<Wrap wide>
<Title />
<Header />
</Wrap>
</div>

Expand Down

0 comments on commit b714d61

Please sign in to comment.