1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

apply pr review feedback

fix copyright headers
fix user settings link accessibility
fix typo and add noopener

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2018-06-13 18:46:02 +01:00
parent 18546dbe06
commit d4578783ef
3 changed files with 8 additions and 7 deletions

View File

@@ -1304,9 +1304,9 @@ module.exports = React.createClass({
<div className="mx_UserSettings_section">
<div className="mx_UserSettings_advanced">
{ _t("Logged in as:") + ' ' }
<span onClick={this.onSelfShareClick} className="mx_UserSettings_link">
<a onClick={this.onSelfShareClick} className="mx_UserSettings_link">
{ this._me }
</span>
</a>
</div>
<div className="mx_UserSettings_advanced">
{ _t('Access Token:') + ' ' }