diff --git a/dashboard/lib/layouts.py b/dashboard/lib/layouts.py index d19982a49c..1455002f49 100644 --- a/dashboard/lib/layouts.py +++ b/dashboard/lib/layouts.py @@ -80,7 +80,7 @@ def create_layout_overview( ), html.Div(id="table", className="grid"), html.Img( - src="https://prowlerpro.matomo.cloud/matomo.php?idsite=2&rec=1&action_name=Overview", + src="https://prowlerpro.matomo.cloud/matomo.php?idsite=2&rec=1&action_name=dashboard-overview", alt="", ), ], @@ -147,7 +147,7 @@ def create_layout_compliance( ), html.Div(className="flex flex-wrap", id="output"), html.Img( - src="https://prowlerpro.matomo.cloud/matomo.php?idsite=2&rec=1&action_name=Compliance", + src="https://prowlerpro.matomo.cloud/matomo.php?idsite=2&rec=1&action_name=dashboard-compliance", alt="", ), ],