From dbbb1710a10e531d6920126fe50830d984a4de41 Mon Sep 17 00:00:00 2001 From: m4sterbunny Date: Mon, 22 Jul 2024 14:51:17 +0100 Subject: [PATCH] -amdocs(fixes):549 landing page tweaks (#587) Signed-off-by: m4sterbunny --- docusaurus.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index d6d2d5698..1cd3205e9 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -150,6 +150,11 @@ const config = { className: "header-discord-link", position: "right", }, + { + href: "https://x.com/Teku_Consensys", + className: "header-twitter-link", + position: "right", + }, ], }, footer: { @@ -204,6 +209,10 @@ const config = { label: "Teku documentation GitHub", href: "https://github.com/ConsenSys/doc.teku", }, + { + label: "Subscribe to Teku releases", + href: "https://share.hsforms.com/1bkXI6uLpSROGBRVig4KeIQ2urwb", + }, ], }, ],