From feab64b09a5efae9cbf8725d4752bd950abc2fb6 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 25 Aug 2024 10:58:28 +0100 Subject: [PATCH] fix: numbered list --- docs/pages/Extensions/react-widget.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/Extensions/react-widget.md b/docs/pages/Extensions/react-widget.md index e1b5913d..15717588 100644 --- a/docs/pages/Extensions/react-widget.md +++ b/docs/pages/Extensions/react-widget.md @@ -39,8 +39,8 @@ DocsGPTWidget takes 8 **props** with default fallback values: 7. `heroTitle`: Displays a welcome title when users interact with the chatbot. 8. `heroDescription`: Provide additional introductory text or information about the chatbot's capabilities. 9. `buttonIcon`: Specifies the url of the icon image for the widget. -10 `buttonBg`: Allows to specify the Background color of the widget. -11.`size`: Sets the size of the widget ( small, medium). +10. `buttonBg`: Allows to specify the Background color of the widget. +11. `size`: Sets the size of the widget ( small, medium). ### How to use DocsGPTWidget with [Nextra](https://nextra.site/) (Next.js + MDX)