Skip to content

Commit

Permalink
#31 Renamed files relevant to styling the product page for more consi…
Browse files Browse the repository at this point in the history
…stency throughout different folders.
  • Loading branch information
Viviana committed Apr 28, 2021
1 parent 2c8aa96 commit d4c2f17
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
ProductImage,
ProductName,
ProductDescription,
} from "./products-styles"
} from "./product-page-styles"

export default function ProductSection({ data }) {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/products.js → src/pages/product_page.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react"
import { graphql } from "gatsby"
import Layout from "../components/layout"
import ProductPage from "../components/products/products"
import ProductPage from "../components/product_page/product-page"

export default function ProductSection({ data }) {
const productSectionData = data.prismicProductPage.data
Expand Down

0 comments on commit d4c2f17

Please sign in to comment.