Skip to content

Commit

Permalink
feat: made changes in registration form'
Browse files Browse the repository at this point in the history
  • Loading branch information
Srish-ty committed May 3, 2024
1 parent f9c9f93 commit 1932692
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/components/form/FormContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ const FormContainer = () => {
</Paragraph>
<TextAreaInput onChange={e => setInputValue('testimonial', e.target.value)} />
<Paragraph variant='body3' className='mb-6 mt-10 text-xl'>
{lastPartContent}
{lastPartContent[0]}
<span className='underline'>{lastPartContent[1]}</span> {lastPartContent[2]}
</Paragraph>
<Button
variant={'primary'}
Expand Down
7 changes: 5 additions & 2 deletions src/data/formInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,8 @@ export const branchOptions = [
].sort();
export const registrationOptions = ['With Family', 'Individual (without family)'];

export const lastPartContent =
'The "Individual Only (without family)" and "With Family (spouse + kids)" registration fee is discounted by about 60% to allow increase in attendance - for example, the cost of Individual Only (without family) is about ₹50,000, while it is being offered at a discounted rate of ₹23,000. Please contribute generously and as per your capabilities so that we can successfully bridge the gap between the registration fee and expense.';
export const lastPartContent = [
'The "Individual Only (without family)" and "With Family (spouse + kids)" registration fee is discounted by about 60% to allow increase in attendance - for example, the cost of Individual Only (without family) is about ₹50,000, while it is being offered at a discounted rate of ₹23,000. ',
'Please contribute generously',
'and as per your capabilities so that we can successfully bridge the gap between the registration fee and expense.',
];

0 comments on commit 1932692

Please sign in to comment.