|
@@ -129,7 +129,6 @@ class DeepLinkingMobilePage extends Component<Props> {
|
129
|
129
|
<button className = { downloadButtonClassName }>
|
130
|
130
|
{ t(`${_TNS}.downloadApp`) }
|
131
|
131
|
</button>
|
132
|
|
- target = '_top'
|
133
|
132
|
</a>
|
134
|
133
|
<a
|
135
|
134
|
{ ...onOpenLinkProperties }
|
|
@@ -139,7 +138,6 @@ class DeepLinkingMobilePage extends Component<Props> {
|
139
|
138
|
{/* <button className = { `${_SNS}__button` }> */}
|
140
|
139
|
{ t(`${_TNS}.openApp`) }
|
141
|
140
|
{/* </button> */}
|
142
|
|
- target = '_top'
|
143
|
141
|
</a>
|
144
|
142
|
{ renderPromotionalFooter() }
|
145
|
143
|
<DialInSummary
|