Skip to content

Commit ba79aa4

Browse files
authored
Merge pull request #137 from keploy/fix-extensionlink
fix: added vscode extension link
2 parents 4bf3099 + efcc1ce commit ba79aa4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/hero.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,8 @@ export default function Hero() {
9393
<div className="mb-4">
9494
{/* Wrapping Link with NeonButton */}
9595
<Link
96-
target="_blank"
97-
rel="noopener noreferrer"
9896
className="btn text-secondary-300 bg-primary-300 hover:text-gradient-500 w-full sm:w-auto sm:mb-0"
99-
href="https://marketplace.visualstudio.com/items?itemName=Keploy.keployio"
97+
href="vscode://Keploy.keployio/keploy.handleUri"
10098
>
10199
Try VS Code Extension
102100
</Link>

0 commit comments

Comments
 (0)