From f0cd5e537c520a198eefc932ca79d231cfda2785 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Tue, 19 Dec 2023 22:55:11 +0900 Subject: [PATCH] chore: change brand guidelines position in footer --- docusaurus.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index ae248981..7b523687 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -130,10 +130,6 @@ const config = { href: 'https://github.com/waku-org', label: 'Github', }, - { - href: 'https://guide.waku.org/', - label: 'Brand Guidelines', - }, ], }, { @@ -146,6 +142,10 @@ const config = { href: 'https://jobs.status.im/', label: 'Work with us', }, + { + href: 'https://guide.waku.org/', + label: 'Brand Guidelines', + }, { href: '/terms', label: 'Terms & conditions',