You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
@@ -53,8 +53,10 @@ export default class LabsUserSettingsTab extends React.Component {
|
|||||||
{
|
{
|
||||||
_t('These are experimental features. For more information on what ' +
|
_t('These are experimental features. For more information on what ' +
|
||||||
'these options do see <a>the documentation</a>.', {}, {
|
'these options do see <a>the documentation</a>.', {}, {
|
||||||
'a': (sub) => <a href="https://github.com/vector-im/riot-web/blob/develop/docs/labs.md"
|
'a': (sub) => {
|
||||||
rel='noopener' target='_blank'>{sub}</a>,
|
return <a href="https://github.com/vector-im/riot-web/blob/develop/docs/labs.md"
|
||||||
|
rel='noopener' target='_blank'>{sub}</a>;
|
||||||
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user