mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-02-09 15:10:36 +00:00
fix(dashboard): remove typo from subscribe cards (#7792)
This commit is contained in:
@@ -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",
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user