Dashboard Logo click to go back - Disabled on interface, but still working

As a temporary fix, you could hide/remove the Dashboard logo using CSS:

.header .dashBack {
  display: none;
}
1 Like