Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 7, 2024
1 parent d4749f1 commit 84c987a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react-frontend/src/Components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ManageOrders from "../Views/ManageOrders";
import AddOrders from "../Views/AddOrders";
import OrderStatistics from "../Views/OrderStatistics";
import ProfilePage from "../Views/Profile";
import ProductPage from "../Views/ProductPage"; // Import ProductPage component
import ProductPage from "../Views/ProductPage";
import AboutUs from "../Views/AboutUs";
import TermsAndConds from "../Views/TermsAndConds";
import EditProfile from "../Views/EditProfile";
Expand Down
4 changes: 2 additions & 2 deletions packages/react-frontend/src/Views/ProductPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function ProductPage() {
return (
<div className="container">
<li>
<img className="ProductPageLogo" src="../assets/yes.png" alt="Loading" />
<img className="ProductPageLogo" src="../yes.png" alt="Loading" />
</li>
Loading...
</div>
Expand All @@ -107,7 +107,7 @@ function ProductPage() {
return (
<div>
<li>
<img className="ProductPageLogo" src="..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 84c987a

Please sign in to comment.