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;
to the Dashboard class and then added
->homeUrl('/app')
to my panel provider class
Was this page helpful?