Skip to content
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

Open
wants to merge 10 commits into
base: Main
Choose a base branch
from
Open

All files #9

wants to merge 10 commits into from

Conversation

MayankKumar10
Copy link
Owner

No description provided.

@netlify
Copy link

netlify bot commented Apr 17, 2022

Deploy Preview for visionkartreact ready!

Name Link
🔨 Latest commit ca5df35
🔍 Latest deploy log https://app.netlify.com/sites/visionkartreact/deploys/625c1034e0368c0009b163ff
😎 Deploy Preview https://deploy-preview-9--visionkartreact.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link

@MuskanChhatrasal MuskanChhatrasal left a 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;

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;

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

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">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove commented code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants