Refactor navigation paths and centralize URL management by introducing a Links configuration; update Footer and Navbar components and rename route files for consistency.
This commit is contained in:
8
lawfirm-demos/demo-1/app/Links.ts
Normal file
8
lawfirm-demos/demo-1/app/Links.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
const Links = {
|
||||
home: '/',
|
||||
about: '/ueber-uns/',
|
||||
imprint: '/impressum/',
|
||||
privacy: '/datenschutz/',
|
||||
};
|
||||
|
||||
export default Links;
|
||||
Reference in New Issue
Block a user