Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 feat: Adding tests of nuvidio widget #72

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
test widget nuvidio
  • Loading branch information
RafaelGoulartB committed Mar 16, 2022
commit 53f407497cb1fee616bcd8e2062e1a7e025db32e
2 changes: 1 addition & 1 deletion components/productItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function ProductSection({ id, name, rating, img_url, price }) {

<div className="product-img-box">
<Link href={`/product/${id}`}>
<img crossOrigin='anonymous' className="product-img" src="https://chrome-cors-testing.s3.eu-central-1.amazonaws.com/hacksoft.svg" />
<img className="product-img" src="https://s3.sa-east-1.amazonaws.com/manager.nuvidio.com/static/media/logo.9e5f6c6e.png" />
</Link>
</div>

Expand Down