Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
imedadel committed Mar 22, 2019
1 parent b23df2f commit f18d7ba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ import configs from "../../site-config"
// </div>
// )

const iphonePreviewColor = {
black: "data.iphonePreviewBlack.childImageSharp.fluid.src",
blue: "data.iphonePreviewBlue.childImageSharp.fluid.src",
coral: "data.iphonePreviewCoral.childImageSharp.fluid.src",
white: "data.iphonePreviewWhite.childImageSharp.fluid.src",
yellow: "data.iphonePreviewYellow.childImageSharp.fluid.src",
}

const IndexPage = ({ data }) => (
<Layout>
<SEO title="Home" keywords={[`gatsby`, `application`, `react`]} />
Expand Down

0 comments on commit f18d7ba

Please sign in to comment.