Skip to content

Commit

Permalink
Merge pull request jitsi#7 from Zlash65/release-kredily
Browse files Browse the repository at this point in the history
Release kredily
  • Loading branch information
Zlash65 committed May 4, 2020
2 parents 652039d + f1f8857 commit e80fe2a
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,21 +129,23 @@ class DeepLinkingMobilePage extends Component<Props> {
<p className = { `${_SNS}__text` }>
{ t(`${_TNS}.appNotInstalled`, { app: NATIVE_APP_NAME }) }
</p>
<a
{/* <a
{ ...onOpenLinkProperties }
href = { this._generateDownloadURL() }
onClick = { this._onDownloadApp }>
<button className = { downloadButtonClassName }>
{ t(`${_TNS}.downloadApp`) }
</button>
</a>
</a> */}
<a
{ ...onOpenLinkProperties }
className = { `${_SNS}__href` }
href = { generateDeepLinkingURL() }
onClick = { this._onOpenApp }>
// href = { generateDeepLinkingURL() }
// onClick = { this._onOpenApp }>
>
Launching soon...
{/* <button className = { `${_SNS}__button` }> */}
{ t(`${_TNS}.openApp`) }
{/* { t(`${_TNS}.openApp`) } */}
{/* </button> */}
</a>
{ renderPromotionalFooter() }
Expand Down

0 comments on commit e80fe2a

Please sign in to comment.