F
Filament2y ago
Gush

dark mode switch reloads page

since i cant seem to work around changing the logo after clicking dark mode or light mode without reloading the page where can i find the code to reload page after switching dark mode
5 Replies
LeandroFerreira
Are you using admin panel? Why not
$panel
->brandLogo('/images/logo-light.png')
->darkModeBrandLogo('/images/logo-dark.png')
$panel
->brandLogo('/images/logo-light.png')
->darkModeBrandLogo('/images/logo-dark.png')
?
Gush
GushOP2y ago
i do have that but it doesnt change without the reload
Gush
GushOP2y ago
No description
LeandroFerreira
this shouldn't reload the app unless you have changed the default behavior
Gush
GushOP2y ago
thats what im trying to do, but cant think where i should look

Did you find this page helpful?