We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fb355 commit f63c9b4Copy full SHA for f63c9b4
static/app/components/events/autofix/cursorIntegrationCta.tsx
@@ -130,7 +130,11 @@ export function CursorIntegrationCta({project}: CursorIntegrationCtaProps) {
130
)}
131
</Text>
132
<div>
133
- <LinkButton to="/settings/integrations/cursor/" priority="default" size="sm">
+ <LinkButton
134
+ href="/settings/integrations/cursor/"
135
+ priority="default"
136
+ size="sm"
137
+ >
138
{t('Install Cursor Integration')}
139
</LinkButton>
140
</div>
0 commit comments