mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-17 22:51:16 +02:00
Update subscription button text
This commit is contained in:
@@ -127,7 +127,7 @@ function RoadmapSubscriber({ roadmapTitle }: { roadmapTitle: string }) {
|
|||||||
onClose();
|
onClose();
|
||||||
}}>
|
}}>
|
||||||
<Input required ref={initialRef} size='md' my='10px' type='email' placeholder='Email address' name={SIGNUP_EMAIL_INPUT_NAME} />
|
<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>
|
</form>
|
||||||
</ModalBody>
|
</ModalBody>
|
||||||
</ModalContent>
|
</ModalContent>
|
||||||
|
Reference in New Issue
Block a user