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

feat(404 Page, Empty State): Implement 404 page and empty state in marketplace #46

Merged
merged 5 commits into from Apr 18, 2023

Conversation

srmasharad
Copy link
Contributor

Changes

  • Implemented 404 page.
  • Implemented an empty state in the marketplace page if no data is found.

@@ -35,7 +35,7 @@ const BaseLayout = ({ children, videos }) => {
<Header headerStyle={router.pathname === '/marketplace' ? 'colored' : null} videos={videos} />
<div className='header gap' />
{children}
<Footer />
{router.pathname !== '/404' && <Footer />}
Copy link
Contributor

Choose a reason for hiding this comment

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

Why footer is not there is 404 route?

@flashburst Sharad says it wasn't there in design.

src/components/CountUp/CountUp.jsx Outdated Show resolved Hide resolved
src/views/MintNft.jsx Outdated Show resolved Hide resolved
@flashburst flashburst merged commit 82f4093 into neptune-mutual-blue:main Apr 18, 2023
1 check passed
@srmasharad srmasharad deleted the 404-empty-state branch April 19, 2023 08:56
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.

None yet

4 participants