change(ui): support modal

This commit is contained in:
Shekar Siri 2023-08-11 18:33:47 +05:30
parent 6f09bdcffe
commit 493886f758

View file

@ -14,7 +14,7 @@ function SupportModal(props: Props) {
const { onClose, open } = props; const { onClose, open } = props;
const WEBSITE_ID = window.env.CRISP_KEY; const WEBSITE_ID = window.env.CRISP_KEY;
return ( return (
<Drawer title='Open Replay Support' placement='right' open={open} width={400} onClose={onClose} <Drawer title='OpenReplay Support' placement='right' open={open} width={400} onClose={onClose}
closable={false}> closable={false}>
<div className='flex flex-col items-center'> <div className='flex flex-col items-center'>
<div className='border p-3 bg-white flex rounded'> <div className='border p-3 bg-white flex rounded'>