feat: resolved typo in integration redirects

This commit is contained in:
=
2025-01-04 22:41:01 +05:30
parent 965d30bd03
commit 3291f1f908
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ export const AzureKeyVaultOauthCallbackPage = () => {
});
navigate({
to: "/secret-manager/$projectId/integrations/heroku/create",
to: "/secret-manager/$projectId/integrations/azure-key-vault/create",
params: {
projectId: currentWorkspace.id
},

View File

@@ -27,7 +27,7 @@ export const BitbucketOauthCallbackPage = () => {
});
navigate({
to: "/secret-manager/$projectId/integrations/heroku/create",
to: "/secret-manager/$projectId/integrations/bitbucket/create",
params: {
projectId: currentWorkspace.id
},

View File

@@ -69,7 +69,7 @@ export const FlyioAuthorizePage = () => {
subTitle="After adding your access token, you will be prompted to set up an integration for a particular Infisical project and environment."
>
<div className="flex flex-row items-center">
<div className="inline flex items-center pb-0.5">
<div className="flex items-center pb-0.5">
<img src="/images/integrations/Flyio.svg" height={30} width={30} alt="Fly.io logo" />
</div>
<span className="ml-2.5">Fly.io Integration </span>