We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718ca97 commit 4ff1b2aCopy full SHA for 4ff1b2a
components/layout/Header.tsx
@@ -90,6 +90,7 @@ export const Header = () => {
90
{/* Desktop Navigation */}
91
<nav className='hidden md:flex items-center space-x-6'>
92
<a
93
+ target='_blank'
94
href='/docs'
95
className='text-white/80 hover:text-white transition-colors flex items-center space-x-2'
96
>
0 commit comments