Skip to content

Commit

Permalink
chore: update navbar governance links and copies
Browse files Browse the repository at this point in the history
  • Loading branch information
1emu committed Jul 25, 2024
1 parent 9c8fda2 commit f90071a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/Navbar/Navbar.defaults.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { config } from '../../config'
import { ChainSelectori18n } from '../ChainSelector/ChainSelector.props'
import { NavbarSubmenuProps, NavbarMenuI18nProps } from './Navbar.types'
import { NavbarMenuI18nProps, NavbarSubmenuProps } from './Navbar.types'

export const navbarMainTitlesI18N = {
marketplace: 'marketplace',
Expand Down Expand Up @@ -180,8 +180,9 @@ export const navbarSubmenu = {
column1: [
{
title: 'Overview',
description: 'The latest in Decentraland governance',
url: config.get('GOVERNANCE_URL'),
description:
'Learn more about the DAO and what it does for the Decentraland ecosystem',
url: config.get('DAO_URL'),
eventTrackingName: 'governance_overview'
},
{
Expand Down Expand Up @@ -215,7 +216,7 @@ export const navbarSubmenu = {
},
{
title: 'DAO Docs',
description: 'Learn about the DAO & how to participate',
description: 'Read more about how the DAO works and how to participate',
url: config.get('DOCS_DAO_URL'),
eventTrackingName: 'docs_dao'
}
Expand Down

0 comments on commit f90071a

Please sign in to comment.