diff --git a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/Dashboard.jsx b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/Dashboard.jsx index 6cb733fe2f..a634910666 100644 --- a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/Dashboard.jsx +++ b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/Dashboard.jsx @@ -185,7 +185,7 @@ function Dashboard() { })} </VerticalStack> </div> : null} - {func.checkLocal() && !(location.pathname.includes("test-editor") || location.pathname.includes("settings")) ?<div className="call-banner"> + {func.checkLocal() && !(location.pathname.includes("test-editor") || location.pathname.includes("settings") || location.pathname.includes("onboarding") || location.pathname.includes("summary")) ?<div className="call-banner"> <Banner hideIcon={true}> <Text variant="headingMd">Need a 1:1 experience?</Text> <Button plain monochrome onClick={() => { diff --git a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/testing/vulnerability_report/Issue.jsx b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/testing/vulnerability_report/Issue.jsx index 62355c967c..6d24acea82 100644 --- a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/testing/vulnerability_report/Issue.jsx +++ b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/testing/vulnerability_report/Issue.jsx @@ -39,7 +39,7 @@ function Issue({ index, issueDetails, isLast }) { <HorizontalStack align="space-between"> <Text variant="headingXs" fontWeight='bold'>{vulnerableApisCount} {vulnerableApisCount === 1 ? resourceName.singular : resourceName.plural} affected</Text> <Link url={testResultLink} removeUnderline target="_blank"> - <Text variant='bodyMd'>See in akto</Text> + <Text variant='bodyMd'>See in Akto</Text> </Link> </HorizontalStack> @@ -105,6 +105,7 @@ function Issue({ index, issueDetails, isLast }) { hideQueryField={true} headings={headers} hidePagination={true} + showFooter={false} /> <VerticalStack gap="1">