From f90071a6cf5d1c8a928d4f96ad6979ef01babda6 Mon Sep 17 00:00:00 2001 From: 1emu Date: Thu, 25 Jul 2024 12:10:54 -0300 Subject: [PATCH] chore: update navbar governance links and copies --- src/components/Navbar/Navbar.defaults.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/Navbar/Navbar.defaults.ts b/src/components/Navbar/Navbar.defaults.ts index ee48b5cf..706a00ed 100644 --- a/src/components/Navbar/Navbar.defaults.ts +++ b/src/components/Navbar/Navbar.defaults.ts @@ -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', @@ -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' }, { @@ -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' }