Skip to content

Commit

Permalink
products not product
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 7, 2024
1 parent 1cedcc4 commit 40e5949
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/react-frontend/src/Components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function NavBar() {
<li>
<a href="/">
<img className="logo" src="yes.png"/>
<img className="logo" src="../yes.png"/>
</a>
</li>
<li className="hover">
Expand Down
2 changes: 1 addition & 1 deletion packages/react-frontend/src/Components/Table.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function TableBody(props) {
<button onClick={() => props.removeProduct(index)}>Delete</button>
</td>
<td>
<a href={`https://safehavenapp.azurewebsites.net/product/${row._id}`}>
<a href={`https://safehavenapp.azurewebsites.net/products/${row._id}`}>
<button>Edit</button>
</a>
</td>
Expand Down

0 comments on commit 40e5949

Please sign in to comment.