Change Brand/Logo URL in V3
As the title states - how can I change the URL of the brandname/logo in the top-menu of filament v3? I found how to do it in V2, but not in V3.
Solution:Jump to solution
I think I read that
->homeUrl()
is used for the link in the BrandLogo component5 Replies
here is the doco for upgrading the brand from V2 -> V3 https://filamentphp.com/docs/3.x/panels/upgrade-guide#logo-customization
Otherwise, here is the doco on just V3 logo: https://filamentphp.com/docs/3.x/panels/themes#adding-a-logo
Hey - Yeah, well I know how to change the logo itself, but the URL /login seems to stay the same. I wanna change that to something else. π
Solution
I think I read that
->homeUrl()
is used for the link in the BrandLogo componentHa! That's it! Thank you! π