fix: make code link open in new tab

This commit is contained in:
Stevan Freeborn
2023-09-16 12:52:04 -05:00
parent ab3858cd8c
commit 91f7472afb
+1
View File
@@ -20,6 +20,7 @@ export default function Footer() {
<Link <Link
href="https://github.com/StevanFreeborn/conve-x" href="https://github.com/StevanFreeborn/conve-x"
className="hover:text-primary-orange" className="hover:text-primary-orange"
target="_blank"
> >
Code Code
</Link> </Link>