From 82f254f4a4c95b27bbf6e1c16804579f6b162020 Mon Sep 17 00:00:00 2001 From: Raul Glogovetan Date: Mon, 22 Jun 2020 17:33:18 +0300 Subject: [PATCH] Update: `Header` to link to the beta colony --- .../components/WebsiteLayout/Header/Header.jsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/modules/layouts/components/WebsiteLayout/Header/Header.jsx b/src/modules/layouts/components/WebsiteLayout/Header/Header.jsx index c9f629649..167f8bca4 100644 --- a/src/modules/layouts/components/WebsiteLayout/Header/Header.jsx +++ b/src/modules/layouts/components/WebsiteLayout/Header/Header.jsx @@ -16,7 +16,7 @@ import Link from '~core/Link'; import NavigationToggle from '~core/NavigationToggle'; import { getMainClasses } from '~utils/css'; import { - COLONY_APP, + COLONY_APP_BETA_COLONY, COLONY_DISCORD, COLONY_DISCOURSE, DOCS_COLONY_JS_GET_STARTED, @@ -56,9 +56,9 @@ const MSG = defineMessages({ id: 'layouts.WebsiteLayout.Header.navLinkAbout', defaultMessage: 'About', }, - navLinkApp: { - id: 'layouts.WebsiteLayout.Header.navLinkApp', - defaultMessage: 'Go to app', + navLinkBetaColony: { + id: 'layouts.WebsiteLayout.Header.navLinkBetaColony', + defaultMessage: 'Go to the Betacolony', }, navLinkCommunity: { id: 'layouts.WebsiteLayout.Header.navLinkCommunity', @@ -308,8 +308,8 @@ const Header = ({ />