Update README.md
This commit is contained in:
parent
583b3ac6b9
commit
1b20756b35
1 changed files with 2 additions and 1 deletions
|
@ -336,8 +336,9 @@ export const socialLinks: SocialLinks = {
|
|||
|
||||
#### Additional Components
|
||||
|
||||
We also have `Navbar.astro` and `NavbarMegaMenu.astro` components located in `src/components/sections/navbar&footer`. Ensure to update these components if additional customization or specific configurations are required for the navigation bar or mega menu.
|
||||
We have two options for the navigation bar components: `Navbar.astro` for a regular navbar and `NavbarMegaMenu.astro` for a mega menu. Both are located in `src/components/sections/navbar&footer`.
|
||||
|
||||
The `Navbar.astro` and `NavbarMegaMenu.astro` components can be configured within `MainLayout.astro`, allowing you to choose the style of navigation that best suits your project. To customize these components, you can modify them directly under `src/components/sections/navbar&footer` to apply specific configurations or design updates.
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue