From bd7449977b66562fe3bc638c51024d39676e6142 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Tue, 19 Dec 2023 22:58:53 +0900 Subject: [PATCH] chore: change brand guidelines position in footer --- docusaurus.config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 41fe3ec..94e5b7b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -145,11 +145,7 @@ const config = { { href: 'https://github.com/status-im', label: 'Github', - }, - { - href: 'https://guide.nimbus.team/', - label: 'Brand Guidelines', - }, + } ], }, { @@ -158,6 +154,10 @@ const config = { href: 'https://jobs.status.im/', label: 'Work with us', }, + { + href: 'https://guide.nimbus.team/', + label: 'Brand Guidelines', + }, { href: '/terms', label: 'Terms & conditions',