Skip to content

Conversation

@aakashjangra
Copy link

@MehulKChaudhari Please review it and let me know of the required changes if any.
Thank you,
Akash

@vercel
Copy link

vercel bot commented Jan 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
website-crypto ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Jan 18, 2023 at 8:18AM (UTC)

@aakashjangra
Copy link
Author

closes #298

Copy link
Contributor

@MehulKChaudhari MehulKChaudhari left a comment

Choose a reason for hiding this comment

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

Hey, I was testing out locally. But I cannot visit upon the page it gave me this error. Please handle it. User should barely get such errors on the screen.
Screenshot 2023-01-30 at 1 08 34 AM

Also please add the demo you use for the development. So I can test it out easily. And keep that data for now once we have API ready we will remove dummy data and use actual data.

Thank you.

@aakashjangra
Copy link
Author

Thanks for the review.
I'll see to it and update you accordingly.

font-size: 1.1em;
display: flex;
justify-content: center;
align-items: end;
Copy link

Choose a reason for hiding this comment

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

The CSS property align-items: end is not standard CSS and may cause compatibility issues across browsers. For better cross-browser compatibility, use align-items: flex-end instead. This is the standard value in the CSS Flexbox specification.

Suggested change
align-items: end;
align-items: flex-end;

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

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