Skip to content

Commit

Permalink
update shopify collection name
Browse files Browse the repository at this point in the history
  • Loading branch information
GFier committed Apr 4, 2024
1 parent f650522 commit fe8c31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(pages)/shopify/(components)/product/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { AddToCart } from 'libs/shopify/cart/add-to-cart'
import s from './product.module.scss'

export async function Product() {
const data = await getCollectionProducts({ collection: 'frontpage' })
const data = await getCollectionProducts({ collection: 'satus' })
const product = data?.find((product) => product.handle === 'darkroom-board')

return (
Expand Down

0 comments on commit fe8c31b

Please sign in to comment.