This repository was archived by the owner on Mar 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ function LimitedTimeBookNow() {
304
304
} }
305
305
>
306
306
< Typography variant = "h2" color = "secondary" style = { { marginTop : '80px' } } >
307
- Book your Seat Now- { ' ' }
307
+ Book your Seat Now{ ' ' }
308
308
</ Typography >
309
309
< Typography
310
310
variant = "h3"
Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ import CustomButton from '../../../components/Button/ButtonComponent'
4
4
5
5
const useStyles = makeStyles ( ( theme ) => ( {
6
6
root : {
7
- marginTop : '35vh' ,
7
+ backgroundColor : theme . palette . background . default ,
8
+ marginTop : '30vh' ,
8
9
textAlign : 'center' ,
9
- color : theme . palette . text
10
+ color : '#000' ,
11
+ padding : theme . spacing ( 5 )
10
12
} ,
11
13
button : {
12
14
marginTop : '40px'
@@ -19,7 +21,7 @@ export default function Success() {
19
21
if ( true ) {
20
22
return (
21
23
< div className = { classes . root } >
22
- < Typography align = "center" > Your last payment to codeforcause was Failed. You can retry the payment on the course website.</ Typography >
24
+ < Typography align = "center" > Your last payment to codeforcause was Failed. You can retry the payment from the course website.</ Typography >
23
25
< Typography align = "center" > Connect with us at { ` ` }
24
26
< Link
25
27
Original file line number Diff line number Diff line change @@ -3,10 +3,12 @@ import React from 'react';
3
3
import CustomButton from '../../../components/Button/ButtonComponent'
4
4
5
5
const useStyles = makeStyles ( ( theme ) => ( {
6
- root : {
7
- marginTop : '35vh' ,
6
+ root : {
7
+ backgroundColor : theme . palette . background . default ,
8
+ marginTop : '30vh' ,
8
9
textAlign : 'center' ,
9
- color : theme . palette . text
10
+ color : '#000' ,
11
+ padding : theme . spacing ( 5 )
10
12
} ,
11
13
button : {
12
14
marginTop : '40px'
@@ -19,7 +21,9 @@ export default function Success() {
19
21
if ( true ) {
20
22
return (
21
23
< div className = { classes . root } >
22
- < Typography align = "center" > Your last payment to codeforcause was successful. We will connect with you within 24 hours with more details.</ Typography >
24
+ < Typography align = "center" > Your last payment to codeforcause was successful. We will connect to you within 24 hours with more details and
25
+ you'll receive an email from us as well.
26
+ </ Typography >
23
27
< Typography align = "center" > Connect with us at { ` ` }
24
28
< Link
25
29
You can’t perform that action at this time.
0 commit comments