File tree 1 file changed +1
-25
lines changed
packages/page-accounts/src/Accounts
1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -65,31 +65,7 @@ function ExtensionWarning (): React.ReactElement | null {
65
65
) ;
66
66
}
67
67
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' ) }
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
- { 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 ) ) ;
93
69
94
70
const SafetyInfoList = styled . ul `
95
71
margin-block: 0;
You can’t perform that action at this time.
0 commit comments