Skip to content

Commit add3414

Browse files
committed
Update link UI
1 parent 76ca556 commit add3414

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

src/pages/workspace/WorkspaceInvitePage.js

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ import OptionsSelector from '../../components/OptionsSelector';
1919
import {getNewGroupOptions, getHeaderMessage} from '../../libs/OptionsListUtils';
2020
import CONST, {EXCLUDED_GROUP_EMAILS} from '../../CONST';
2121
import FullScreenLoadingIndicator from '../../components/FullscreenLoadingIndicator';
22-
import Icon from '../../components/Icon';
23-
import {NewWindow} from '../../components/Icon/Expensicons';
24-
import variables from '../../styles/variables';
2522
import {openExternalLink} from '../../libs/actions/Link';
2623
import Text from '../../components/Text';
2724

@@ -333,21 +330,10 @@ class WorkspaceInvitePage extends React.Component {
333330
{({hovered, pressed}) => (
334331
<View style={[styles.flexRow]}>
335332
<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]}
341334
>
342335
{this.props.translate('common.privacyPolicy')}
343336
</Text>
344-
<View style={styles.alignSelfCenter}>
345-
<Icon
346-
src={NewWindow}
347-
width={variables.iconSizeSmall}
348-
height={variables.iconSizeSmall}
349-
/>
350-
</View>
351337
</View>
352338
)}
353339
</Pressable>

0 commit comments

Comments
 (0)