-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All files #9
base: Main
Are you sure you want to change the base?
All files #9
Conversation
✅ Deploy Preview for visionkartreact ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just suggested few things try to implement those else everything looks good to merge.
} | ||
|
||
.App-header { | ||
background-color: #22201c; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try to predefine all the colors which are in use in root folder.
.App-header { | ||
background-color: #22201c; | ||
min-height: 100vh; | ||
display: flex; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can make the utility class of flex as you are using it in many places.
onClick={handleClick} | ||
value={isInCart} | ||
> | ||
{isInCart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Format the code.
</span> | ||
<del>${product.price}</del> | ||
</span> | ||
{/* <span className="optionContainer"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented code.
No description provided.