feat(PromotionalFooter): Implement

This commit is contained in:
Mihai Uscat
2019-11-05 14:02:39 +02:00
committed by Hristo Terezov
parent c354e46846
commit ae30d39b4d
6 changed files with 81 additions and 11 deletions

View File

@@ -10,6 +10,7 @@ import { DialInSummary } from '../../invite';
import { _TNS } from '../constants';
import { generateDeepLinkingURL } from '../functions';
import { renderPromotionalFooter } from '../renderPromotionalFooter';
declare var interfaceConfig: Object;
@@ -130,6 +131,7 @@ class DeepLinkingMobilePage extends Component<Props> {
{ t(`${_TNS}.openApp`) }
{/* </button> */}
</a>
{ renderPromotionalFooter() }
<DialInSummary
className = 'deep-linking-dial-in'
clickableNumbers = { true }