Skip to content

Commit

Permalink
fix: docs section url in nav (#135)
Browse files Browse the repository at this point in the history
Signed-off-by: Animesh Pathak <[email protected]>
  • Loading branch information
Sonichigo authored Nov 15, 2024
1 parent 9c71c61 commit e8b9294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nav/docsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default function Docs() {
return (
<>
<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">
<a href="">Docs</a>
<a href="https://keploy.io/docs">Docs</a>
<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>
</div>
</>
Expand Down

0 comments on commit e8b9294

Please sign in to comment.