Navigate to another dashboard by clicking on "Home" icon of dashboard with map as panel (1 card)

Hi,

I created a dashboard of the type “panel (1 card)” where I placed a map. On that map there is a “Home” icon that I’m trying to use to navigate to the next dashboard but I’m not succeeding.
To get what I want to write the following code:

views:

  • title: My neighborhood
    icon: mdi:map
    panel: true
    cards:
    • type: map
      auto_fit: true
      entities:
      • entity: zone.home
        name: Home
        tap_action:
        action: navigate
        navigation_path: /areas-overview

When I press the “Home” icon, the mouse pointer changes appearance but nothing happens.
This same code, on a button card, works perfectly.
Is what I intend to do possible? If so, can anyone help me?
Thank you.