Skip to content

Commit

Permalink
trust me bro
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 7, 2024
1 parent 84c987a commit 6f945d0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/react-frontend/src/Views/ProductPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,14 @@ function ProductPage() {
if (!product) {
return (
<div className="container">
<li>
<img className="ProductPageLogo" src="../yes.png" alt="Loading" />
</li>
Loading...
</div>
);
}

return (
<div>
<li>
<img className="ProductPageLogo" src="../yes.png" alt="Loading" />
</li>
<img className="ProductPageLogo" src="../yes.png" alt="Loading"/>
<div className="subtitle-container">
<h2 className="subtitle">Your Product: {product.product}</h2>
</div>
Expand Down

0 comments on commit 6f945d0

Please sign in to comment.