Skip to content

Commit 349d268

Browse files
Merge pull request #684 from gofractally/main
EdenOS Release 0.3.2
2 parents 5e54b83 + a8b0637 commit 349d268

File tree

3 files changed

+26
-19
lines changed

3 files changed

+26
-19
lines changed

packages/webapp/src/elections/components/ongoing-election-components/support-segment.tsx

+24-17
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,30 @@ export const SupportSegment = () => {
2222
</div>
2323
}
2424
>
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>
4249
</Container>
4350
</Expander>
4451
);

packages/webapp/src/elections/components/ongoing-election-components/video-upload-button.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const VideoUploadButton = ({ buttonType }: Props) => {
4141
<div className="space-y-3">
4242
<Text>
4343
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
4545
the beginning of the election. Any election videos must
4646
be uploaded during this period.
4747
</Text>

packages/webapp/src/pages/election/round-video-upload.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const RoundVideoUploadPage = () => {
7979
is complete.
8080
</Text>
8181
<Text>
82-
Be patient, and remember you have 48 hours from
82+
Be patient, and remember you have 2 weeks from
8383
the beginning of the election to complete your
8484
election video uploads.
8585
</Text>

0 commit comments

Comments
 (0)