feat: update NotFound and contact components for improved internationalization support
This commit is contained in:
@@ -38,7 +38,7 @@ const routeFactory: RouteFactory = (t, locale) => ({
|
||||
},
|
||||
contact: {
|
||||
title: t('pages_contact_title'),
|
||||
route: () => `/${locale}/contact`,
|
||||
route: () => `/${locale}/contact-us`,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user