Skip to content

Commit

Permalink
feat(code): refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrooot committed Mar 27, 2024
1 parent 5b68457 commit 55fd26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/lib/layouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="",
),
],
Expand Down Expand Up @@ -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="",
),
],
Expand Down

0 comments on commit 55fd26b

Please sign in to comment.