= ({
{translate('text_6682c52081acea90520744d0')}
-
+
{translate('text_6682c52081acea90520744d2')}
@@ -139,7 +139,3 @@ const PremiumOption = styled.div`
border-radius: 8px;
padding: ${theme.spacing(4)} ${theme.spacing(6)};
`
-
-const StyledIcon = styled(Icon)`
- margin-left: ${theme.spacing(2)};
-`
diff --git a/src/components/plans/CommitmentsSection.tsx b/src/components/plans/CommitmentsSection.tsx
index 9d380b43b..c105e524d 100644
--- a/src/components/plans/CommitmentsSection.tsx
+++ b/src/components/plans/CommitmentsSection.tsx
@@ -167,8 +167,9 @@ export const CommitmentsSection = ({
: translate('text_635b975ecea4296eb76924b1')
}
>
-
@@ -365,11 +366,6 @@ const BoxHeaderGroupRight = styled.div`
gap: ${theme.spacing(3)};
`
-const ValidationIcon = styled(Icon)`
- display: flex;
- align-items: center;
-`
-
const InlineTaxesWrapper = styled.div`
display: flex;
align-items: center;
diff --git a/src/components/plans/ProgressiveBillingSection.tsx b/src/components/plans/ProgressiveBillingSection.tsx
index 63bda62f5..df25fd9ac 100644
--- a/src/components/plans/ProgressiveBillingSection.tsx
+++ b/src/components/plans/ProgressiveBillingSection.tsx
@@ -340,7 +340,11 @@ const AccordionSummary: FC<{ onDelete: VoidFunction; hasErrorInGroup: boolean }>
: translate('text_635b975ecea4296eb76924b1')
}
>
-
+
@@ -385,11 +389,6 @@ const BoxHeaderGroupRight = styled.div`
gap: ${theme.spacing(3)};
`
-const ValidationIcon = styled(Icon)`
- display: flex;
- align-items: center;
-`
-
const StyledAccordion = styled(Accordion)`
width: 100%;
`
diff --git a/src/layouts/SideNavLayout.tsx b/src/layouts/SideNavLayout.tsx
index 4053ae905..5d3b488c9 100644
--- a/src/layouts/SideNavLayout.tsx
+++ b/src/layouts/SideNavLayout.tsx
@@ -226,7 +226,7 @@ const SideNav = () => {
rel="noreferrer noopener"
>
{data?.currentVersion?.number}
-
+
) : undefined}
@@ -522,14 +522,6 @@ const Version = styled.div`
height: ${theme.spacing(5)};
`
-const ExternalLinkIcon = styled(Icon)`
- margin-left: ${theme.spacing(2)};
-
- &:hover {
- cursor: pointer;
- }
-`
-
const ExternalLink = styled.a`
color: ${theme.palette.primary[600]};