Skip to content

Commit

Permalink
open learn more link in a new browser tab
Browse files Browse the repository at this point in the history
  • Loading branch information
vykes-mac committed Oct 24, 2024
1 parent df4754b commit fb6389b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const CoreWebVitalsDetails: React.FC< CoreWebVitalsDetailsProps > = ( {
{ translate( 'See calculator ↗' ) }
</a>
) : (
<a href={ `https://web.dev/articles/${ activeTab }` }>
<a href={ `https://web.dev/articles/${ activeTab }` } target="_blank" rel="noreferrer">
{ translate( 'Learn more ↗' ) }
</a>
) }
Expand Down

0 comments on commit fb6389b

Please sign in to comment.