Skip to content

Commit

Permalink
fix: Update gov docs (#248)
Browse files Browse the repository at this point in the history
* fix: use public notion URLs

* fix: update footer link

* chore: bump version
  • Loading branch information
DiogoSoaress authored Oct 30, 2023
1 parent aefad8e commit 9b18f13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "safe-homepage",
"homepage": "https://github.com/safe-global/safe-homepage",
"version": "1.3.3",
"version": "1.3.4",
"scripts": {
"build": "next build && next export",
"lint": "tsc && next lint",
Expand Down
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

0 comments on commit 9b18f13

Please sign in to comment.