mai-youth / website-fe

Main website for MAI Youth.
MIT License
0 stars 1 forks source link

Create a 'not found' page for unknown URL paths #36

Closed salahusama closed 5 years ago

salahusama commented 5 years ago

Currently we're just redirecting to the home page, but I think it might be better to show a page indicating the requested page is not found and then redirect.

salahusama commented 5 years ago

It would be good to create a reusable component for error messages and we pass props so it's either shows an error, not found, under construction, etc.