Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbkobaidze committed Apr 4, 2024
1 parent 7f9e549 commit 3939333
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,8 @@ div[data-radix-aspect-ratio-wrapper] {
.blog p strong {
font-size: 20px;
}

#wallpaperwidget .decorize-button {
width: 100% !important;
margin-bottom: 10px !important;
}
2 changes: 1 addition & 1 deletion components/product/product-description.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function ProductDescription({ product }: { product: Product }) {
setQuantity={setQuantity}
product={product}
/>
<div id="wallpaperwidget" shop-id="727d7a.myshopify.com" title="Visualize Wallpaper"></div>
{/* <div id="wallpaperwidget" shop-id="watermelon123x.myshopify.com" title="Visualize Wallpaper" widget-height='100'></div> */}

<Quantity
quantity={quantity}
Expand Down

0 comments on commit 3939333

Please sign in to comment.