From ed2bd191c95195e368eb54dfc5e4d231fd65b149 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Wed, 26 Jul 2023 18:23:38 +0900 Subject: [PATCH] chore: update footer links --- docusaurus.config.js | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3899045..e5ff29f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -53,14 +53,31 @@ const config = { href: 'https://twitter.com/Logos_state', label: 'Twitter', }, + { + href: 'https://lenster.xyz/u/logos-state', + label: 'Lens', + }, + { + href: 'https://astral.ninja/npub1ljkmma77fqr79f8wp28hx68lwkymmqztrsyaepdadujz252fak2sxxw4sl', + label: 'Nostr', + }, { href: 'https://github.com/logos-co', label: 'Github', }, + ], + + }, + { + items: [ + { + href: 'https://jobs.status.im/', + label: 'Work with us', + }, { href: '/terms', label: 'Terms & conditions', - } + }, ], }, ],