- add new window target for navbar links
This commit is contained in:
parent
99183d9162
commit
69d1a78c8d
@ -9,12 +9,12 @@ export default function Navbar({}) {
|
||||
Okechi Onyeje
|
||||
</div>
|
||||
<div className="flex flex-row gap-4 mr-2">
|
||||
<Link href="https://www.linkedin.com/in/okechi-onyeje-57129b9a/">LinkedIn</Link>
|
||||
<Link href="https://www.linkedin.com/in/okechi-onyeje-57129b9a/" target="#">LinkedIn</Link>
|
||||
<span className="flex flex-row">
|
||||
<Link href="https://github.com/oonyeje">Github</Link>/
|
||||
<Link href="https://gitea.bsidesolutions.net/oonyeje">Gitea</Link>
|
||||
<Link href="https://github.com/oonyeje" target="#">Github</Link>/
|
||||
<Link href="https://gitea.bsidesolutions.net/oonyeje" target="#">Gitea</Link>
|
||||
</span>
|
||||
{/* <Link href="https://bsidesol.com">BSide</Link> */}
|
||||
{/* <Link href="https://bsidesol.com" target="#">BSide</Link> */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -6,7 +6,8 @@
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
"lint": "next lint",
|
||||
"export": "next export"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user