mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Update ChangelogDialog.js
This commit is contained in:
parent
4221781d9b
commit
df94dd7487
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export default class ChangelogDialog extends React.Component {
|
|||
_elementsForCommit(commit) {
|
||||
return (
|
||||
<li key={commit.sha} className="mx_ChangelogDialog_li">
|
||||
<a href={commit.html_url} target="_blank" ref="noopener">
|
||||
<a href={commit.html_url} target="_blank" rel="noopener">
|
||||
{commit.commit.message}
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue