Skip to content

Commit

Permalink
NO LOADING
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 7, 2024
1 parent 36c0fd3 commit 2366bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-frontend/src/Views/ProductPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function ProductPage() {
return (
<div>
<li>
<img className="ProductPageLogo" src="../assets/yes.png" alt="Loading" />
<img className="ProductPageLogo" src="yes.png" alt="Loading" />
</li>
<div className="subtitle-container">
<h2 className="subtitle">Your Product: {product.product}</h2>
Expand Down

0 comments on commit 2366bc6

Please sign in to comment.