Revert "external_api: fixed using deeplinks"
This breaks the mobile deeplinking page
This reverts commit 532dadb245
.
This commit is contained in:
parent
fa43539718
commit
5591144693
|
@ -129,7 +129,6 @@ class DeepLinkingMobilePage extends Component<Props> {
|
|||
<button className = { downloadButtonClassName }>
|
||||
{ t(`${_TNS}.downloadApp`) }
|
||||
</button>
|
||||
target = '_top'
|
||||
</a>
|
||||
<a
|
||||
{ ...onOpenLinkProperties }
|
||||
|
@ -139,7 +138,6 @@ class DeepLinkingMobilePage extends Component<Props> {
|
|||
{/* <button className = { `${_SNS}__button` }> */}
|
||||
{ t(`${_TNS}.openApp`) }
|
||||
{/* </button> */}
|
||||
target = '_top'
|
||||
</a>
|
||||
{ renderPromotionalFooter() }
|
||||
<DialInSummary
|
||||
|
|
Loading…
Reference in New Issue