File tree 3 files changed +26
-19
lines changed
elections/components/ongoing-election-components
3 files changed +26
-19
lines changed Original file line number Diff line number Diff line change @@ -22,23 +22,30 @@ export const SupportSegment = () => {
22
22
</ div >
23
23
}
24
24
>
25
- { ! isActiveMember && (
26
- < Container >
27
- < Text >
28
- Sign in with your Eden member account to access the
29
- community room.
30
- </ Text >
31
- </ Container >
32
- ) }
33
- < Container className = "flex justify-between sm:justify-start items-center space-x-4" >
34
- < ElectionCommunityRoomButton />
35
- < Button
36
- type = "link"
37
- href = { ROUTES . ELECTION_STATS . href }
38
- target = "_blank"
39
- >
40
- Live results < OpensInNewTabIcon />
41
- </ Button >
25
+ < Container >
26
+ < div className = "flex justify-between sm:justify-start items-center space-x-4" >
27
+ < ElectionCommunityRoomButton />
28
+ < Button
29
+ type = "link"
30
+ href = { ROUTES . ELECTION_STATS . href }
31
+ target = "_blank"
32
+ >
33
+ Live results < OpensInNewTabIcon />
34
+ </ Button >
35
+ </ div >
36
+ < Text className = "mt-3" type = "note" >
37
+ < span className = "font-semibold text-gray-600" > Note:</ span > { " " }
38
+ The{ " " }
39
+ < span className = "font-semibold" > Join community room</ span > { " " }
40
+ button will take you directly to a{ " " }
41
+ < span className = "italic" > Telegram message</ span > in the
42
+ private Eden Members Telegram group.{ " " }
43
+ < span className = "underline" >
44
+ That Telegram message contains the Zoom link.
45
+ </ span > { " " }
46
+ You must be a member of the Eden Members Telegram group to
47
+ retrieve this Zoom link.
48
+ </ Text >
42
49
</ Container >
43
50
</ Expander >
44
51
) ;
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export const VideoUploadButton = ({ buttonType }: Props) => {
41
41
< div className = "space-y-3" >
42
42
< Text >
43
43
The election video upload service will open in a new
44
- browser tab. It is available during the 48 hours after
44
+ browser tab. It is available during the 2 weeks after
45
45
the beginning of the election. Any election videos must
46
46
be uploaded during this period.
47
47
</ Text >
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export const RoundVideoUploadPage = () => {
79
79
is complete.
80
80
</ Text >
81
81
< Text >
82
- Be patient, and remember you have 48 hours from
82
+ Be patient, and remember you have 2 weeks from
83
83
the beginning of the election to complete your
84
84
election video uploads.
85
85
</ Text >
You can’t perform that action at this time.
0 commit comments