to publish assets to your resources/views directory. You can then edit and either swap out the svg for another svg or add an image if you want to do that instead.
Maybe this is easy for you, so you can't imagine having to explain further, but if you could that would be helpful to any novices looking for answers, like myself.
Jetstream\Livewire has added multiple levels of depth and complication. Nothing is obvious.
I may be mistaken, but it looks like it can be manually changed in "navigation-dropdown.blade.php", but it seems like there is a more "laravel/blade" way to change it, so it's site wide. Maybe not though.
But there are three places to change the logo... which seems odd to me, but if it works, it works.
application-logo.blade.php
authentication-card-logo.blade.php
application-mark.blade.php
It seems Jetstream has pulled everything apart into tiny pieces to be put back together again. It's strange and I don't understand it, but I hope to. Thanks for the extra bit of help!
This is not the right way of doing things, as soon as you update the package all your changes are gone. you need to make your changes on a copy, or make change possible from config.
Hi -- many variations of advice and tips -- and running through each one has been an experience. :)
I have set my logo globally so it has changed on login, register and dashboard yet on dashboard the text beneath I just cant seem to place properly below the image?