We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bf3099 + efcc1ce commit ba79aa4Copy full SHA for ba79aa4
components/hero.tsx
@@ -93,10 +93,8 @@ export default function Hero() {
93
<div className="mb-4">
94
{/* Wrapping Link with NeonButton */}
95
<Link
96
- target="_blank"
97
- rel="noopener noreferrer"
98
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"
+ href="vscode://Keploy.keployio/keploy.handleUri"
100
>
101
Try VS Code Extension
102
</Link>
0 commit comments