Skip to content

Commit

Permalink
feat: update new governance framework content (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress authored Oct 30, 2023
1 parent 7a1efc8 commit aefad8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/common/ParallaxText/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const ParallaxText = ({
</Typography>
)}
<Typography variant="h2">{title}</Typography>
<Typography>{text}</Typography>
<Typography className={css.textBlock}>{text}</Typography>
{steps && <Stepper steps={steps} />}
<ButtonsWrapper buttons={buttons} />
</Grid>
Expand Down
5 changes: 5 additions & 0 deletions src/components/common/ParallaxText/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.textBlock a {
text-decoration: underline;
color: var(--mui-palette-primary-main);
}

.textFirst,
.imageFirst {
flex-direction: column-reverse;
Expand Down
2 changes: 1 addition & 1 deletion src/content/governance.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"variant": "image-text",
"caption": "How we work",
"title": "<i>Safe</i> governance process",
"text": "The current governance process is a series of phases involving ideation, discussion, and voting. A <b>new governance framework</b> is in the works.",
"text": "SafeDAO's governance is based on an iterative and dynamic structure. Check out the <a href=\"https://snapshot.org/#/safe.eth/proposal/0x71bf4469fc289bab2d8ce99ba41d5792c1c5d581defc12042d3cf1eb3e136323\" target=\"_blank\" rel=\"noreferrer\">new governance framework</a> outlining the key stakeholders, the dynamic governance approach and the governance process with its series of phases leading to a vote.",
"buttons": [
{
"text": "Read more",
Expand Down

0 comments on commit aefad8e

Please sign in to comment.