Skip to content

Commit

Permalink
Merge pull request #2029 from jcamposmk/DAT-801-add-target-blank-to-link
Browse files Browse the repository at this point in the history
feat: add target attribute to link for open at a new tab
  • Loading branch information
jcamposmk authored Jul 19, 2022
2 parents 658ac65 + adef61e commit c6b7b7c
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 c6b7b7c

Please sign in to comment.