We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c71c61 commit e8b9294Copy full SHA for e8b9294
components/nav/docsSection.tsx
@@ -2,7 +2,7 @@ export default function Docs() {
2
return (
3
<>
4
<div className="font-medium text-gray-600 px-3 py-3 flex items-center transition duration-150 ease-in-out whitespace-nowrap relative group cursor-pointer">
5
- <a href="">Docs</a>
+ <a href="https://keploy.io/docs">Docs</a>
6
<span className="absolute text-[#666666] text-[3px] left-[.15rem] bottom-[.15rem] w-full h-[.195rem] bg-current transform scale-x-0 group-hover:scale-x-100 transition-transform duration-300 ease-out"></span>
7
</div>
8
</>
0 commit comments