Skip to content

Commit

Permalink
feat: add target attribute to link for open at a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jcamposmk committed Jul 13, 2022
1 parent 658ac65 commit adef61e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const TextPreviewPost = ({ post }) => {
<>
<h3>{_(title)}</h3>
<p>{_(description)}</p>
<a href={_(link)}>
<a href={_(link)} target="_blank">
<span className="ms-icon icon-arrow-next"></span>
{_(linkDescription)}
</a>
Expand Down

0 comments on commit adef61e

Please sign in to comment.