From fa8b3eca926a5ba3015e024d437e29bbf09147b3 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 27 Jul 2023 07:34:21 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(widget.mdx):=20update=20cod?= =?UTF-8?q?e=20snippet=20language=20from=20html=20to=20jsx=20for=20accurac?= =?UTF-8?q?y=20and=20clarity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/guidelines/widget.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guidelines/widget.mdx b/docs/docs/guidelines/widget.mdx index b868f3416..1fcdf7891 100644 --- a/docs/docs/guidelines/widget.mdx +++ b/docs/docs/guidelines/widget.mdx @@ -147,7 +147,7 @@ In your Angular project, locate the component that belongs to the module where y - Inside the template, add the langflow-chat tag to include the Chat Widget in your component's view: -```html +```jsx