@@ -12,23 +12,17 @@ const NetworkIssue = ({ moreInfo }: Props) => (
12
12
< WarningIcon />
13
13
< h2 > Connection Issue</ h2 >
14
14
< p >
15
- There seems to be a problem with your connection. This could be due
16
- to issues with your Wi-Fi or mobile data. We will hold your place
17
- for 2 minutes while we try to reconnect with you.
15
+ < strong >
16
+ Some messages from our volunteer may not have reached you, but
17
+ your previous messages should have been received.
18
+ </ strong >
18
19
</ p >
19
20
20
- < h3 className = "mb-0" > What You Can Do</ h3 >
21
- < ul className = "errorList" >
22
- < li > 1. Ensure you have a good internet connection.</ li >
23
- < li >
24
- 2. If possible, move to a location with better connectivity.
25
- </ li >
26
- </ ul >
27
-
28
21
< p >
29
- While we try to reconnect, some messages from our volunteer may not
30
- have reached you, but your messages should come through .
22
+ We will now hold your place for 2 minutes while we try to
23
+ re-establish your connection .
31
24
</ p >
25
+ < p > This could be due to issues with your Wi-Fi or mobile connection.</ p >
32
26
33
27
{ moreInfo && (
34
28
< p >
@@ -43,6 +37,14 @@ const NetworkIssue = ({ moreInfo }: Props) => (
43
37
or find another service.
44
38
</ p >
45
39
) }
40
+
41
+ < h3 className = "mb-0" > What You Can Do</ h3 >
42
+ < ul className = "errorList" >
43
+ < li > 1. Ensure you have a good internet connection.</ li >
44
+ < li >
45
+ 2. If possible, move to a location with better connectivity.
46
+ </ li >
47
+ </ ul >
46
48
</ PurpleRoomCoverPanel >
47
49
) ;
48
50
0 commit comments