From c57fbba36c34f35759b5857daa73d62d8b122af4 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 10 May 2024 10:58:16 +0300 Subject: [PATCH] [docs] Fix custom API page headings --- docs/src/modules/components/InterfaceApiPage.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/src/modules/components/InterfaceApiPage.js b/docs/src/modules/components/InterfaceApiPage.js index 5dc94acc9d88b..91c90e9e0ae77 100644 --- a/docs/src/modules/components/InterfaceApiPage.js +++ b/docs/src/modules/components/InterfaceApiPage.js @@ -37,11 +37,13 @@ function Heading(props) { return ( - {getTranslatedHeader(t, hash)} - - - - + + {getTranslatedHeader(t, hash)} + + + + + );