You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when a user navigates to a route that doesn't exist, e.g. /blah, it simply displays "Page Not Found!" instead of a fully designed page.
We need to create a real NotFoundPage located in src/pages/NotFoundPage/NotFoundPage.tsx that looks nicer and is maybe a little funny or silly, as a bonus.
The text was updated successfully, but these errors were encountered:
Currently when a user navigates to a route that doesn't exist, e.g.
/blah
, it simply displays "Page Not Found!" instead of a fully designed page.We need to create a real NotFoundPage located in
src/pages/NotFoundPage/NotFoundPage.tsx
that looks nicer and is maybe a little funny or silly, as a bonus.The text was updated successfully, but these errors were encountered: