1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 22:28:32 +01:00

Update subscription button text

This commit is contained in:
Kamran Ahmed 2022-09-08 22:39:07 +04:00
parent 487178ae50
commit 8dfc7252cb

View File

@ -127,7 +127,7 @@ function RoadmapSubscriber({ roadmapTitle }: { roadmapTitle: string }) {
onClose();
}}>
<Input required ref={initialRef} size='md' my='10px' type='email' placeholder='Email address' name={SIGNUP_EMAIL_INPUT_NAME} />
<Button type='submit' colorScheme='green' size='md' width={'full'}>Subscribe Roadmap</Button>
<Button type='submit' colorScheme='green' size='md' width={'full'}>Subscribe</Button>
</form>
</ModalBody>
</ModalContent>