chore: lint

This commit is contained in:
amhsirak
2025-01-09 19:17:37 +05:30
parent 792e39b0ca
commit 6933b4fb94

View File

@@ -136,7 +136,7 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia
url1: '<code>producthunt.com/topics/api</code>', url1: '<code>producthunt.com/topics/api</code>',
url2: '<code>producthunt.com/topics/database</code>' url2: '<code>producthunt.com/topics/database</code>'
}) })
}}/> }} />
<br /> <br />
<span> <span>
<b>{t('robot_duplication.descriptions.warning')}</b> <b>{t('robot_duplication.descriptions.warning')}</b>
@@ -161,7 +161,7 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia
color: '#ff00c3 !important', color: '#ff00c3 !important',
borderColor: '#ff00c3 !important', borderColor: '#ff00c3 !important',
backgroundColor: 'whitesmoke !important', backgroundColor: 'whitesmoke !important',
}} > }} >
{t('robot_duplication.buttons.cancel')} {t('robot_duplication.buttons.cancel')}
</Button> </Button>
</Box> </Box>