Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update gov docs #248

Merged
merged 3 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/components/common/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
CORE_LINK,
PRESS_LINK,
LICENSES_LINK,
GOVERNANCE_LINK,
ECOSYSTEM_LINK,
GRANTS_LINK,
SAFECON_LINK,
Expand Down Expand Up @@ -51,9 +50,7 @@ const safeProtocolItems = [
const communityItems = [
{
label: 'Governance',
href: GOVERNANCE_LINK,
target: '_blank',
rel: 'noreferrer',
href: AppRoutes.governance,
},
{
label: 'Ecosystem',
Expand Down
10 changes: 5 additions & 5 deletions src/content/governance.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"title": "Resource hub",
"link": {
"title": "Go to governance hub",
"href": "gov.safe.global"
"href": "https://gov.safe.global"
},
"items": [
{
Expand All @@ -65,7 +65,7 @@
"text": "SafeDAO is a decentralised collective, stewarding the thriving ecosystem around Safe smart accounts on Ethereum and other blockchains",
"link": {
"title": "Learn more",
"href": "https://www.notion.so/safe-global/Introduction-to-SafeDAO-07f87ad6c9bf456ca5d349e72e85bf3f"
"href": "https://safe-global.notion.site/Introduction-to-SafeDAO-07f87ad6c9bf456ca5d349e72e85bf3f"
}
},
{
Expand All @@ -78,7 +78,7 @@
"text": "The Safe token represents the growing value of the Safe ecosystem",
"link": {
"title": "Learn more",
"href": "https://www.notion.so/safe-global/Safe-Token-d558d527aa1a47daab7837bdea60923d"
"href": "https://safe-global.notion.site/Safe-Token-d558d527aa1a47daab7837bdea60923d"
}
},
{
Expand All @@ -104,7 +104,7 @@
"text": "Token holders can delegate their votes to any address of their choice or to Safe Guardians using the SafeDAO Governance app within Safe{Wallet} or Snapshot",
"link": {
"title": "Learn more",
"href": "https://www.notion.so/safe-global/Delegation-ce8deecb409349d2a2785b505b9d5e86"
"href": "https://safe-global.notion.site/Delegation-ce8deecb409349d2a2785b505b9d5e86"
}
},
{
Expand Down Expand Up @@ -174,7 +174,7 @@
"buttons": [
{
"text": "Read more",
"href": "https://www.notion.so/safe-global/Governance-overview-be50e0780b7840f08b679341ea582661?pvs=4",
"href": "https://forum.safe.global/t/new-governance-framework-and-start-of-season-1/4348",
"variant": "link"
}
]
Expand Down
Loading