@@ -3,9 +3,8 @@ import Button from "components/Button";
3
3
import LoadingSpinner from "components/LoadingSpinner" ;
4
4
import Page from "components/Page" ;
5
5
import PageContent from "components/PageContent" ;
6
- import PageDivider from "components/PageDivider" ;
7
6
import PageH2 from "components/PageElements/PageH2" ;
8
- import { BUTTON_SIZE , MAX_COMPLETED_STEP , webWorkTypes } from "constants/" ;
7
+ import { BUTTON_SIZE , MAX_COMPLETED_STEP } from "constants/" ;
9
8
import React , { useEffect , useState } from "react" ;
10
9
import { useDispatch , connect } from "react-redux" ;
11
10
import "./styles.module.scss" ;
@@ -41,11 +40,22 @@ const ThankYou = () => {
41
40
< div styleName = "container" >
42
41
< div styleName = "content" >
43
42
< PageH2 > THANK YOU</ PageH2 >
44
- < p >
45
- Your payment has been processed successfully. You will now be
46
- taken to your work Dashboard where you can manage the work
47
- you’ve submitted.
48
- </ p >
43
+
44
+ < div styleName = 'content-container' >
45
+
46
+ < p >
47
+ Your payment has been processed successfully.
48
+ </ p >
49
+
50
+ < p >
51
+ You can now go to the Dashboard to manage the work you've submitted.
52
+ </ p >
53
+
54
+ < p >
55
+ If your changes do not appear immediately, please reload the page.
56
+ </ p >
57
+
58
+ </ div >
49
59
50
60
< div styleName = "btn" >
51
61
< Button size = { BUTTON_SIZE . MEDIUM } onClick = { onDone } >
0 commit comments