Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/navbar/FloatingNavbarClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ export default function FloatingNavbarClient({ techLatest = [], communityLatest
{[
{ href: "/tag", title: "Tags", desc: "Explore blog posts by topics" },
{ href: "/authors", title: "Authors", desc: "Browse articles from our writers" },
{ href: "https://github.com/keploy", title: "Keploy Integration Testing", desc: "Open-source testing infrastructure" },
{ href: "https://keploy.io/integration-testing/", title: "Keploy Integration Testing", desc: "Open-source testing infrastructure" },
{ href: "https://app.keploy.io", title: "Keploy API Testing Console", desc: "Run API tests in the cloud" },
{ href: "https://keploy.io/unit-test-generator", title: "Keploy Unit Testing Extension", desc: "Generate unit tests with mocks" },
{ href: "https://keploy.io/docs/concepts/what-is-keploy/#step-1--record-unique-network-interactions-as-test-case", title: "Keploy Test Recorder", desc: "Record and replay API calls" },
Expand Down Expand Up @@ -573,7 +573,7 @@ export default function FloatingNavbarClient({ techLatest = [], communityLatest
<ChevronRight className="w-3.5 h-3.5 text-neutral-400" />
</Link>
<Link
href="https://github.com/keploy"
href="https://keploy.io/integration-testing/"
target="_blank"
rel="noopener noreferrer"
onClick={()=>setMobileMenuOpen(false)}
Expand Down