Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text on NavHamburger not removable #1520

Open
StEgo2103 opened this issue Feb 3, 2025 · 0 comments
Open

Text on NavHamburger not removable #1520

StEgo2103 opened this issue Feb 3, 2025 · 0 comments

Comments

@StEgo2103
Copy link

StEgo2103 commented Feb 3, 2025

Describe the bug

Hi, on the NavHamburger, I have a text "Open main menu" where I can't remove or change. The params available change only the icon but not the text.

Image

Reproduction

This my code:

	<Navbar class="fixed z-10 border border-front bg-surface80 px-10 backdrop-blur-md">
		<NavBrand href="#home">
			<img src={Logo} class="me-3 h-6 sm:h-9" alt="Savy Logo" />
		</NavBrand>
		<NavHamburger classMenu={'text-on'} />
		<NavUl slideParams={animParams}>
			<NavLi href="#project">Project</NavLi>
			<NavLi href="#features">Features</NavLi>
			<NavLi href="#team">Team</NavLi>
		</NavUl>
	</Navbar>

Flowbite version and System Info

System:
    OS: macOS 15.3
    CPU: (12) arm64 Apple M3 Pro
    Memory: 121.06 MB / 18.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 20.17.0 - ~/.nvm/versions/node/v20.17.0/bin/node
    npm: 11.0.0 - ~/.nvm/versions/node/v20.17.0/bin/npm
  Browsers:
    Chrome: 132.0.6834.160
    Safari: 18.3
  npmPackages:
    @sveltejs/kit: ^2.16.0 => 2.16.1 
    flowbite-svelte: ^0.47.4 => 0.47.4 
    svelte: ^5.0.0 => 5.19.6 
    vite: ^6.0.0 => 6.0.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant