->topbar(false) is causing sidebar header to be display: none
What is the reason for this? This is the output code:
9 Replies
To be clear - this means the Company Name is not shown. I notice that the div has a class called fi-logo, am I supposed to add a logo to the config to have this content show?
If you want a logo you can add ->logo() to the provider. Else it will just show the name..
It doesn't show the name
It won't show the name if the sidebar is closed as the menu button is in use.
See how it says x-show: and the end is: isOpen it's set to display none as you've collapsed the nav by the lookgs of it.
I'm on a desktop view which means the nav defaults to open. Example attached.

Looks like the only way I can get the company name to show is if I reduce the screen size and open the nav

Have you publsihed any views? Else if you can do a bugreport with a repoduction repo we can review
ok thanks @toeknee , I will try and make time to create a reproduction repo
I think I have this issue when I update as well and it's fixed when I run npm build iirc