Skip to content

Instantly share code, notes, and snippets.

@YounglanHong
Last active June 4, 2020 13:01
Show Gist options
  • Save YounglanHong/cdec628fc3c6689baea588fde8980d94 to your computer and use it in GitHub Desktop.
Save YounglanHong/cdec628fc3c6689baea588fde8980d94 to your computer and use it in GitHub Desktop.
<a
href="https://github.com/YounglanHong/FinalProject_Custard"
target="_blank">
https://github.com/YounglanHong
</a>
/*
※ Error:
41:53 warning Using target="_blank" without rel="noreferrer" is a security risk: see
https://html.spec.whatwg.org/multipage/links.html#link-type-noopener react/jsx-no-target-blank
*/
<a
href="https://github.com/YounglanHong/FinalProject_Custard"
target="_blank" rel="noreferrer">
https://github.com/YounglanHong
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment