parentheses
This commit is contained in:
parent
0f3a79be38
commit
7f59a4867b
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue