Skip to content

Commit

Permalink
Update link UI
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Oct 18, 2021
1 parent 76ca556 commit add3414
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/pages/workspace/WorkspaceInvitePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ import OptionsSelector from '../../components/OptionsSelector';
import {getNewGroupOptions, getHeaderMessage} from '../../libs/OptionsListUtils';
import CONST, {EXCLUDED_GROUP_EMAILS} from '../../CONST';
import FullScreenLoadingIndicator from '../../components/FullscreenLoadingIndicator';
import Icon from '../../components/Icon';
import {NewWindow} from '../../components/Icon/Expensicons';
import variables from '../../styles/variables';
import {openExternalLink} from '../../libs/actions/Link';
import Text from '../../components/Text';

Expand Down Expand Up @@ -333,21 +330,10 @@ class WorkspaceInvitePage extends React.Component {
{({hovered, pressed}) => (
<View style={[styles.flexRow]}>
<Text
style={[
styles.mr1,
styles.label,
(hovered || pressed) ? styles.linkMutedHovered : styles.linkMuted,
]}
style={[styles.mr1, styles.label, (hovered || pressed) ? styles.linkHovered : styles.link]}
>
{this.props.translate('common.privacyPolicy')}
</Text>
<View style={styles.alignSelfCenter}>
<Icon
src={NewWindow}
width={variables.iconSizeSmall}
height={variables.iconSizeSmall}
/>
</View>
</View>
)}
</Pressable>
Expand Down

0 comments on commit add3414

Please sign in to comment.