You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Change Riot Bot button text and make it a block element
Fixes https://github.com/vector-im/riot-web/issues/8265
This commit is contained in:
@@ -140,9 +140,11 @@ export default class HelpSettingsTab extends React.Component {
|
|||||||
target='_blank'>{sub}</a>,
|
target='_blank'>{sub}</a>,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
<AccessibleButton onClick={this._onStartBotChat} kind='primary'>
|
<div>
|
||||||
{_t("Start a chat with Riot Bot")}
|
<AccessibleButton onClick={this._onStartBotChat} kind='primary'>
|
||||||
</AccessibleButton>
|
{_t("Chat with Riot Bot")}
|
||||||
|
</AccessibleButton>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user