BetaDelivery Cap

This commit is contained in:
npcdazai
2024-09-25 18:43:29 +05:30
parent 7ea1b42231
commit 693bf8b098

View File

@@ -437,7 +437,7 @@ const Form = () => {
)} */} )} */}
<Box> <Box>
<ReCAPTCHA <ReCAPTCHA
sitekey='6Lf7t04qAAAAACHaWCO3IsR0OBhl-1fy0j0MbaHi' sitekey='6Ldhwk4qAAAAAB-Xbyvp8BtmnyrBqBbpnC1skOb6'
onChange={onCaptchaChange} onChange={onCaptchaChange}
/> />
</Box> </Box>
@@ -449,6 +449,7 @@ const Form = () => {
w="100%" w="100%"
maxW="912px" maxW="912px"
h="55px" h="55px"
color="white"
borderRadius="0px" borderRadius="0px"
type="submit" type="submit"
onClick={handleSubmit(onSubmit)} onClick={handleSubmit(onSubmit)}