proksh / atomize

Design System for developers build on styled-components & React JS.
https://atomizecode.com/
Other
1.75k stars 339 forks source link

target="_blanc" should be target="_blank" #15

Closed fabiancook closed 5 years ago

fabiancook commented 5 years ago

target="_blanc" should be target="_blank"

target="_blanc" does work, but if you go back to the webpage and click another link using target="_blanc" it will replace the previously clicked on link, as _blanc is the window name being opened rather than the "special" _blank name

Reference https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-target

fabiancook commented 5 years ago

Looks like this more applies to https://github.com/proksh/atomize-docs

proksh commented 5 years ago

Hey thanks, fixed it :)