import { Modal, ModalOverlay, ModalContent, ModalHeader, Heading, ModalCloseButton, ModalBody, OrderedList, ListItem, InputGroup, Input, InputRightElement, ModalFooter, Link, } from '@chakra-ui/react' import { ExternalLinkIcon } from 'assets/icons' import { CopyButton } from 'components/shared/buttons/CopyButton' import { PublishFirstInfo } from 'components/shared/Info' import { isEmpty } from 'utils' import { ModalProps } from '../EmbedButton' export const WordpressModal = ({ publicId, isPublished, isOpen, onClose, }: ModalProps): JSX.Element => { return ( WordPress {!isPublished && } Install{' '} the official Typebot WordPress plugin Copy your typebot URL Complete the setup in your Wordpress interface ) }