use verif in right panel from "verify" button
This commit is contained in:
parent
9e4b65de6a
commit
2c28fa0568
4 changed files with 24 additions and 6 deletions
|
@ -21,9 +21,9 @@ export default class EncryptionInfo extends React.PureComponent {
|
|||
render() {
|
||||
const AccessibleButton = sdk.getComponent('elements.AccessibleButton');
|
||||
return (<div>
|
||||
<p>End-to-end encryption is great!</p>
|
||||
<p>End-to-end encryption is great! You should try it.</p>
|
||||
<div>
|
||||
<AccessibleButton onClick={this.props.onStartVerification}>Start verification</AccessibleButton>
|
||||
<AccessibleButton kind="primary" onClick={this.props.onStartVerification}>Start verification</AccessibleButton>
|
||||
</div>
|
||||
</div>);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue