Skip to content

Commit

Permalink
curation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrandaccio committed Apr 26, 2021
1 parent 61b5777 commit 2bca797
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions rxc-voice/src/components/Deliberation/Deliberation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
.body {
grid-column: 1 / -1;

.warning {
.notice {
border: 1px solid black;
border-radius: 8px;
padding: 15px;
}

.polis-link {
.notice-link {
text-decoration: underline;
}
.polis-link:hover {
.notice-link:hover {
text-decoration: none;
}

Expand Down
8 changes: 4 additions & 4 deletions rxc-voice/src/components/Deliberation/Deliberation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ function Deliberation() {
<p>Join us as we collectively draft a ballot of proposals to vote on in our election! Submit proposals, share your thoughts, and show your agreement or disagreement with other delegates’ submissions. This is your chance to influence the ballot of items that voters consider in the final election.</p>
<p>Want to know more about who else gets a say in this process? Go back to the Delegation Stage to see how the delegation was determined democratically.</p>
{getConversation(selectedProcess) ? (
<p className="warning"><strong>Technical difficulties: </strong>as of 4/22/21, a recent pol.is update has caused temporary problems with our embedded conversations. If you experience problems voting or commenting, please{" "}
<p className="notice"><strong>Ballot Curation: </strong>we curated the final ballot from the pol.is report below. Find out more about the curation process in{" "}
<a
className="polis-link"
href="https://pol.is/3s63japakd"
className="notice-link"
href="https://docs.google.com/document/d/1tSr5ceeMql4wtf-4WRmbjJhvIR11zCP25T5po379nyg/edit?usp=sharing"
target="_blank"
rel="noopener noreferrer"
>try again here.
>this document.
</a></p>
) : null}
</div>
Expand Down

0 comments on commit 2bca797

Please sign in to comment.