Skip to content

Commit 0bbce06

Browse files
authored
L1-302: Remove ThreatSlayer banner (#126)
Remove threat slayer banner as requested by @piotrMocz
2 parents 39a02bb + 6e3d555 commit 0bbce06

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

packages/page-accounts/src/Accounts/BannerExtension.tsx

+1-25
Original file line numberDiff line numberDiff line change
@@ -65,31 +65,7 @@ function ExtensionWarning (): React.ReactElement | null {
6565
);
6666
}
6767

68-
function BannerExtension () {
69-
const { t } = useTranslation();
70-
71-
return (
72-
<>
73-
<ExtensionWarning />
74-
<Banner type='warning'>
75-
<p>
76-
{t('For extra protection, consider using the')}&nbsp;
77-
<a
78-
href='https://chrome.google.com/webstore/detail/threatslayer/mgcmocglffknmbhhfjihifeldhghihpj'
79-
rel='noreferrer'
80-
target='_blank'
81-
>
82-
Threat Slayer
83-
</a>
84-
&nbsp;{t('extension which protects you from dangerous websites in real-time.')}
85-
</p>
86-
87-
</Banner>
88-
</>
89-
);
90-
}
91-
92-
export default onlyOnWeb(React.memo(BannerExtension));
68+
export default onlyOnWeb(React.memo(ExtensionWarning));
9369

9470
const SafetyInfoList = styled.ul`
9571
margin-block: 0;

0 commit comments

Comments
 (0)