Skip to content

Commit

Permalink
fix footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 23, 2016
1 parent 179f526 commit fe09c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/theme/template/Layout/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class Footer extends React.Component {
<li>
<h2><FormattedMessage id="app.footer.community" /></h2>
<div>
<a target="_blank" rel="noopener noreferrer" href="/changelog">
<a rel="noopener noreferrer" href="/changelog">
<FormattedMessage id="app.footer.change-log" />
</a>
</div>
Expand Down

0 comments on commit fe09c26

Please sign in to comment.