Skip to content

Commit

Permalink
fix: update footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Oct 30, 2023
1 parent 64c127c commit cba8eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
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
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit cba8eb0

Please sign in to comment.