Logo in navigation component doesn't have the pointer cursor

I'm very pleased with the recent updates to the navigation component, but I have one very minor bug / nitpick.

If I specify a logo, then give the logo an event handler, it doesn't have the cursor "pointer" so it doesn't appear to be clickable to the user. Feels like it should have the pointer cursor by default if an event handler is set.

This can be fixed with the following CSS, but it's using one of the potentially unstable classes.

._zrSYp {
  cursor: pointer;
}