From 2706a09b8bc1b558236c9ae8742807946caca980 Mon Sep 17 00:00:00 2001 From: Alvin Bryan <107407814+alvinometric@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:25:29 +0100 Subject: [PATCH] Removed attributes from Docs nav (#7474) From @riboflavin's recommendations --- website/docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 1f9af9f4fa..8d5a849ca5 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -85,17 +85,17 @@ module.exports = { }, { type: 'html', - value: 'Product', + value: 'Product', position: 'right', }, { type: 'html', - value: 'Plans', + value: 'Plans', position: 'right', }, { type: 'html', - value: 'Blog', + value: 'Blog', position: 'right', }, {