Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit dee15ef

Browse files
committed
Update the application page to process request from course page
1 parent fa8a106 commit dee15ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/views/pages/Courses/CTA.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ function Process({ benefits, className, ...rest }) {
226226
size="large"
227227
startIcon={<PhoneIcon />}
228228
component="a"
229-
href="tel:919810468685"
229+
href="tel:+919810468685"
230230
target="_blank"
231231
>
232232
<Typography>+91 98104 68685 </Typography>
@@ -240,7 +240,7 @@ function Process({ benefits, className, ...rest }) {
240240
size="large"
241241
startIcon={<PhoneIcon />}
242242
component="a"
243-
href="tel:918221843032"
243+
href="tel:+918221843032"
244244
target="_blank"
245245
>
246246
<Typography>+91 82218 43032 </Typography>

src/views/pages/Courses/Schedule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ function BatchDropBox({ course, batch, batchIndex, expanded, setExpanded }) {
318318
}}
319319
>
320320
<Typography>
321-
<Box fontWeight={500}>Apply Now</Box>
321+
<Box fontWeight={500}>Apply</Box>
322322
</Typography>
323323
</Button>
324324
<Button

0 commit comments

Comments
 (0)