diff --git a/src/pages/ReimbursementAccount/BankAccountStep.js b/src/pages/ReimbursementAccount/BankAccountStep.js index e8cd1d7a2f60..b7dff4bbaf50 100644 --- a/src/pages/ReimbursementAccount/BankAccountStep.js +++ b/src/pages/ReimbursementAccount/BankAccountStep.js @@ -1,5 +1,5 @@ import React from 'react'; -import {View, ScrollView, TouchableWithoutFeedback, Linking} from 'react-native'; +import {View, ScrollView, Linking} from 'react-native'; import {withOnyx} from 'react-native-onyx'; import PropTypes from 'prop-types'; import lodashGet from 'lodash/get'; @@ -27,6 +27,7 @@ import ROUTES from '../../ROUTES'; import Button from '../../components/Button'; import ScreenWrapper from '../../components/ScreenWrapper'; import StepPropTypes from './StepPropTypes'; +import PressableWithoutFeedback from '../../components/Pressable/PressableWithoutFeedback'; const propTypes = { ...StepPropTypes, @@ -149,25 +150,21 @@ const BankAccountStep = (props) => { )} {props.translate('common.privacy')} - Linking.openURL('https://community.expensify.com/discussion/5677/deep-dive-how-expensify-protects-your-information/')} + style={[styles.flexRow, styles.alignItemsCenter]} + accessibilityLabel={props.translate('bankAccount.yourDataIsSecure')} > - - - {props.translate('bankAccount.yourDataIsSecure')} - - - - + + {props.translate('bankAccount.yourDataIsSecure')} + + + - +