Skip to content

Commit

Permalink
[Fixes] redirection on nav bar and chat
Browse files Browse the repository at this point in the history
  • Loading branch information
lilika67 committed Jul 26, 2024
1 parent 94e13a0 commit 12506ff
Show file tree
Hide file tree
Showing 14 changed files with 879 additions and 12 deletions.
142 changes: 138 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"redux-thunk": "^3.1.0",
"sass": "^1.77.5",
"sass-loader": "^14.2.1",
"socket.io-client": "^4.7.5",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/components/AvailableProduct/product.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ const Product: React.FC<ProductProps> = ({
<div className="description">
<h2>{name}</h2>
<p>{price} $</p>
<p>
{/* <p>
<span className="bonus">Category: </span>
{category}
</p>
</p> */}
</div>
<div className="button-container">
<button className="btn view-more"><Link to={`/product/${productId}`} className='navLink'>View More</Link></button>
Expand Down
Loading

0 comments on commit 12506ff

Please sign in to comment.