Skip to content

Commit

Permalink
Merge pull request #137 from keploy/fix-extensionlink
Browse files Browse the repository at this point in the history
fix: added vscode extension link
  • Loading branch information
TvisharajiK authored Nov 26, 2024
2 parents 4bf3099 + efcc1ce commit ba79aa4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,8 @@ export default function Hero() {
<div className="mb-4">
{/* Wrapping Link with NeonButton */}
<Link
target="_blank"
rel="noopener noreferrer"
className="btn text-secondary-300 bg-primary-300 hover:text-gradient-500 w-full sm:w-auto sm:mb-0"
href="https://marketplace.visualstudio.com/items?itemName=Keploy.keployio"
href="vscode://Keploy.keployio/keploy.handleUri"
>
Try VS Code Extension
</Link>
Expand Down

0 comments on commit ba79aa4

Please sign in to comment.