Update subscription button text

pull/1719/head
Kamran Ahmed 2 years ago
parent 487178ae50
commit 8dfc7252cb
  1. 2
      components/roadmap/roadmap-page-header.tsx

@ -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>

Loading…
Cancel
Save