Last active
June 4, 2020 13:01
-
-
Save YounglanHong/cdec628fc3c6689baea588fde8980d94 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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