mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat(PromotionalFooter): Implement
This commit is contained in:
committed by
Hristo Terezov
parent
c354e46846
commit
ae30d39b4d
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user