parentheses

This commit is contained in:
Mendon Kissling 2024-06-23 10:37:36 -04:00 committed by Gabriel Luiz Freitas Almeida
commit 7f59a4867b

View file

@ -12,10 +12,10 @@ Flows and components are displayed as individual cards that provide relevant inf
<ZoomableImage
alt="Docusaurus themed image"
sources={{
light: "img/my-collection.png",
dark: "img/my-collection.png",
light: useBaseUrl("img/my-collection.png"),
dark: useBaseUrl("img/my-collection.png"),
}}
style={{ width: "40%", margin: "20px auto" }}
style={{ width: "30%", margin: "20px auto" }}
/>
* **Folders**: Users can organize their projects into folders. Default folders include "My Projects" and the ability to create new folders. Hover over a folder to access options to download or delete it.