Skip to content

Commit 5088727

Browse files
committed
feat: renamed more links
1 parent 2f5981a commit 5088727

File tree

1 file changed

+4
-4
lines changed
  • apps/platform/src/components/integrations/createIntegration

1 file changed

+4
-4
lines changed

apps/platform/src/components/integrations/createIntegration/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { useAtomValue, useSetAtom } from 'jotai'
44
import { ArrowLeftRight, CheckSquare2 } from 'lucide-react'
55
import { Integrations } from '@keyshade/common'
66
import { KeyshadeBigSVG } from '@public/svg/auth'
7-
import SetupIntegration from '../integrationSetup'
87
import IntegrationIcon from '../integrationIcon'
8+
import SetupIntegration from '../integrationSetup'
99
import { Button } from '@/components/ui/button'
1010
import {
1111
Dialog,
@@ -27,7 +27,7 @@ function CreateIntegration(): React.JSX.Element {
2727
}
2828
const integrationConfig = Integrations[integrationType]
2929
const integrationPermissions =
30-
integrationConfig.events?.map(
30+
integrationConfig.events?.map(
3131
(group) => `Get notified about ${group.name.toLowerCase()}`
3232
) || []
3333
const handleNext = () => {
@@ -64,8 +64,8 @@ function CreateIntegration(): React.JSX.Element {
6464
Integrate Keyshade with {integrationConfig.name}
6565
</h2>
6666
<p className="text-sm text-gray-400">
67-
Connect Keyshade with {integrationConfig.name} to send real-time
68-
project updates directly to your server.
67+
Connect Keyshade with {integrationConfig.name} to send
68+
real-time project updates directly to your server.
6969
</p>
7070
</div>
7171
</DialogTitle>

0 commit comments

Comments
 (0)