🎨 style(docs): update image rendering in examples and guidelines files for better readability and consistency
🔧 chore(docs): fix formatting in chat-widget.mdx file 🎨 style(components.mdx): Remove unnecessary div wrapper and fix indentation 🎨 style(features.mdx): Remove unnecessary div wrapper and fix indentation 🎨 style(prompt-customization.mdx): Remove unnecessary div wrappers and fix indentation 🎨 style(index.mdx): Remove unnecessary div wrapper and fix indentation
This commit is contained in:
parent
36772dac99
commit
231978d1df
8 changed files with 156 additions and 191 deletions
|
|
@ -6,15 +6,14 @@ import ThemedImage from "@theme/ThemedImage";
|
|||
import useBaseUrl from "@docusaurus/useBaseUrl";
|
||||
import ZoomableImage from "/src/theme/ZoomableImage.js";
|
||||
|
||||
<div
|
||||
style={{ marginBottom: "20px", display: "flex", justifyContent: "center" }}
|
||||
>
|
||||
<ZoomableImage
|
||||
alt="Docusaurus themed image"
|
||||
sources={{
|
||||
light: "img/hugging-face.png",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
{" "}
|
||||
|
||||
<ZoomableImage
|
||||
alt="Docusaurus themed image"
|
||||
sources={{
|
||||
light: "img/hugging-face.png",
|
||||
}}
|
||||
style={{ width: "100%" }}
|
||||
/>
|
||||
|
||||
Check out Langflow on [HuggingFace Spaces](https://huggingface.co/spaces/Logspace/Langflow).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue