From 9488d5416d338e10457de536e4b156edd3b6035d Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Tue, 19 Dec 2023 23:01:35 +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 2ed9f29..604e9ac 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -70,11 +70,7 @@ const config = { { href: 'https://github.com/logos-co', label: 'Github', - }, - { - href: 'https://guide.logos.co/', - label: 'Brand Guidelines', - }, + } ], }, @@ -84,6 +80,10 @@ const config = { href: 'https://boards.greenhouse.io/logos', label: 'Work with us', }, + { + href: 'https://guide.logos.co/', + label: 'Brand Guidelines', + }, { href: '/terms', label: 'Terms & conditions',