Skip to content

Commit e014d5b

Browse files
authored
fix: update the create ticket link on api keys page (supabase#36494)
1 parent 518d3c2 commit e014d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/components/interfaces/APIKeys/ApiKeysIllustrations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export const ApiKeysFeedbackBanner = () => {
188188
<p className="text-sm text-foreground-lighter">
189189
Having trouble with the new API keys?{' '}
190190
<a
191-
href="/support/new?category=Problem&subject=Help%20with%20API%20keys&message=I'm%20experiencing%20problems%20with%20the%20new%20API%20keys%20feature.%20Please%20describe%20your%20specific%20issue%20here."
191+
href="/dashboard/support/new?category=Problem&subject=Help%20with%20API%20keys&message=I'm%20experiencing%20problems%20with%20the%20new%20API%20keys%20feature.%20Please%20describe%20your%20specific%20issue%20here."
192192
className="inline-flex items-center gap-1 text-foreground"
193193
>
194194
Contact support

0 commit comments

Comments
 (0)