links in new tab

This commit is contained in:
CrispyBaguette 2021-12-12 18:29:52 +01:00
parent d30800bb6f
commit 30bec75eb6

View File

@ -5,13 +5,21 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
function Header() { function Header() {
return ( return (
<header className="flex items-center bg-nord-1 text-nord-5 py-3 px-2"> <header className="flex items-center bg-nord-1 text-nord-5 py-3 px-2">
<a href="https://github.com/CrispyBaguette/wasm-palette-converter"> <a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/CrispyBaguette/wasm-palette-converter"
>
<FontAwesomeIcon <FontAwesomeIcon
icon={faGithub} icon={faGithub}
className="fa-2x hover:text-nord-7 mx-2" className="fa-2x hover:text-nord-7 mx-2"
/> />
</a> </a>
<a href="https://blog.bruyant.xyz"> <a
target="_blank"
rel="noopener noreferrer"
href="https://blog.bruyant.xyz"
>
<FontAwesomeIcon <FontAwesomeIcon
icon={faIgloo} icon={faIgloo}
className="fa-2x hover:text-nord-7 mx-2" className="fa-2x hover:text-nord-7 mx-2"