@@ -4,8 +4,8 @@ import { useAtomValue, useSetAtom } from 'jotai'
44import { ArrowLeftRight , CheckSquare2 } from 'lucide-react'
55import { Integrations } from '@keyshade/common'
66import { KeyshadeBigSVG } from '@public/svg/auth'
7- import SetupIntegration from '../integrationSetup'
87import IntegrationIcon from '../integrationIcon'
8+ import SetupIntegration from '../integrationSetup'
99import { Button } from '@/components/ui/button'
1010import {
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