Navigation and Dashboard

How can i only have the logo go to the dashboard and keep it dashboard form the main navigation?
Solution:
Ah, i think i just needed to add
protected static bool $shouldRegisterNavigation = false;
protected static bool $shouldRegisterNavigation = false;
to the Dashboard class and then added
->homeUrl('/app')
->homeUrl('/app')
to my panel provider class...
Jump to solution
1 Reply
Solution
Mark Chaney
Mark Chaney6mo ago
Ah, i think i just needed to add
protected static bool $shouldRegisterNavigation = false;
protected static bool $shouldRegisterNavigation = false;
to the Dashboard class and then added
->homeUrl('/app')
->homeUrl('/app')
to my panel provider class

Did you find this page helpful?