File tree 1 file changed +1
-15
lines changed 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ import OptionsSelector from '../../components/OptionsSelector';
19
19
import { getNewGroupOptions , getHeaderMessage } from '../../libs/OptionsListUtils' ;
20
20
import CONST , { EXCLUDED_GROUP_EMAILS } from '../../CONST' ;
21
21
import FullScreenLoadingIndicator from '../../components/FullscreenLoadingIndicator' ;
22
- import Icon from '../../components/Icon' ;
23
- import { NewWindow } from '../../components/Icon/Expensicons' ;
24
- import variables from '../../styles/variables' ;
25
22
import { openExternalLink } from '../../libs/actions/Link' ;
26
23
import Text from '../../components/Text' ;
27
24
@@ -333,21 +330,10 @@ class WorkspaceInvitePage extends React.Component {
333
330
{ ( { hovered, pressed} ) => (
334
331
< View style = { [ styles . flexRow ] } >
335
332
< Text
336
- style = { [
337
- styles . mr1 ,
338
- styles . label ,
339
- ( hovered || pressed ) ? styles . linkMutedHovered : styles . linkMuted ,
340
- ] }
333
+ style = { [ styles . mr1 , styles . label , ( hovered || pressed ) ? styles . linkHovered : styles . link ] }
341
334
>
342
335
{ this . props . translate ( 'common.privacyPolicy' ) }
343
336
</ Text >
344
- < View style = { styles . alignSelfCenter } >
345
- < Icon
346
- src = { NewWindow }
347
- width = { variables . iconSizeSmall }
348
- height = { variables . iconSizeSmall }
349
- />
350
- </ View >
351
337
</ View >
352
338
) }
353
339
</ Pressable >
You can’t perform that action at this time.
0 commit comments