External links in the <DropdownMenu> should open in a new tab (so we're not sending the user away).
For security reasons, this should follow the template laid out in this article, the same approach as used for the "view on Reddit" links in the <Post> component.
Description
External links in the
<DropdownMenu>
should open in a new tab (so we're not sending the user away).For security reasons, this should follow the template laid out in this article, the same approach as used for the "view on Reddit" links in the
<Post>
component.