fix(dashboard): remove typo from subscribe cards (#7792)

This commit is contained in:
Pedro Martín
2025-05-21 11:08:52 +02:00
committed by GitHub
parent 021e243ada
commit c6259b6c75
3 changed files with 4 additions and 4 deletions

View File

@@ -161,7 +161,7 @@ def update_nav_bar(pathname):
html.Span( html.Span(
[ [
html.Img(src="assets/favicon.ico", className="w-5"), html.Img(src="assets/favicon.ico", className="w-5"),
"Subscribe to prowler SaaS", "Subscribe to Prowler Cloud",
], ],
className="flex items-center gap-x-3 text-white", className="flex items-center gap-x-3 text-white",
), ),

View File

@@ -132,7 +132,7 @@ def create_layout_compliance(
html.A( html.A(
[ [
html.Img(src="assets/favicon.ico", className="w-5 mr-3"), html.Img(src="assets/favicon.ico", className="w-5 mr-3"),
html.Span("Subscribe to prowler SaaS"), html.Span("Subscribe to Prowler Cloud"),
], ],
href="https://prowler.pro/", href="https://prowler.pro/",
target="_blank", target="_blank",

View File

@@ -1342,13 +1342,13 @@ def filter_data(
"m365", m365_provider_logo, "Accounts", full_filtered_data "m365", m365_provider_logo, "Accounts", full_filtered_data
) )
# Subscribe to prowler SaaS card # Subscribe to Prowler Cloud card
subscribe_card = [ subscribe_card = [
html.Div( html.Div(
html.A( html.A(
[ [
html.Img(src="assets/favicon.ico", className="w-5 mr-3"), html.Img(src="assets/favicon.ico", className="w-5 mr-3"),
html.Span("Subscribe to prowler SaaS"), html.Span("Subscribe to Prowler Cloud"),
], ],
href="https://prowler.pro/", href="https://prowler.pro/",
target="_blank", target="_blank",