Introduced two new components (BrandLogo and LanguagePicker) to the Navbar component. This refactor improves readability and maintainability of the code. Additionally, SVG icons are extracted into reusable components
4 lines
No EOL
69 B
TypeScript
4 lines
No EOL
69 B
TypeScript
export const languages = {
|
|
en: "English",
|
|
fr: "Français",
|
|
}; |