-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
enhancementSuggest an improvement to an existing featureSuggest an improvement to an existing feature
Description
Description:
Currently, when users navigate to an invalid or non-existent route, they see the default browser or framework 404 error page. This does not align with our app’s theme and provides a poor user experience.
Expected Behavior:
A custom 404 page should be displayed for all invalid routes, designed with the same styling and branding as the rest of the application.
Proposed Solution:
Create a new 404 component (e.g., NotFound.jsx ).
Include a friendly error message and a link/button to redirect users back to the homepage.
Apply consistent styling with the main site theme.
Ensure responsiveness across all devices.
Update routing logic to render this page for unmatched routes.
Metadata
Metadata
Assignees
Labels
enhancementSuggest an improvement to an existing featureSuggest an improvement to an existing feature