Skip to content

Commit

Permalink
Update app/javascript/components/tpi/AscorRecentEmissions.js
Browse files Browse the repository at this point in the history
Co-authored-by: Bárbara Chaves <[email protected]>
  • Loading branch information
martintomas and barbara-chaves authored Oct 12, 2023
1 parent 75de4aa commit 057ba05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/components/tpi/AscorRecentEmissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const AscorRecentEmissions = ({
</div>
{ recentEmissions.source && (
<div className="country-assessment__metric__source">
<a href={recentEmissions.source}>Source ({recentEmissions.year})</a>
<a target="_blank" rel="noreferrer" href={recentEmissions.source}>Source ({recentEmissions.year})</a>
</div>
)}
{ recentEmissions.value && (
Expand Down

0 comments on commit 057ba05

Please sign in to comment.