refactor: Clean up Navbar component and remove support link
- Remove the "Support" link from the Navbar.vue navigation items to streamline the menu. - Adjust formatting in Navbar.vue for improved readability and consistency in the template structure. - Update i18n files to remove references to the "Support" string in English, Spanish, and French locales, enhancing localization accuracy.
This commit is contained in:
parent
93d30c0255
commit
941b4c3ec5
5 changed files with 16 additions and 17 deletions
|
|
@ -4,7 +4,6 @@ export interface LocaleMessages {
|
|||
home: string
|
||||
directory: string
|
||||
faq: string
|
||||
support: string
|
||||
events: string
|
||||
login: string
|
||||
logout: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue