Skip to content

Commit

Permalink
Open in new window
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Mar 1, 2023
1 parent ded978a commit 7e5d717
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ export default function SidebarNavigationScreenNavigationItem() {
}
content={
<>
<a href={ post?.link }>{ post?.link }</a>
<a href={ post?.link } target="_blank" rel="noreferrer">
{ post?.link }
</a>
{ post
? decodeEntities( post?.description?.rendered )
: null }
Expand Down

0 comments on commit 7e5d717

Please sign in to comment.