Skip to content

Commit 62589fd

Browse files
JavierSanchezCastroJavier Sánchez
andauthored
add fix stars (#1706)
Co-authored-by: Javier Sánchez <[email protected]>
1 parent e3fe107 commit 62589fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/enterprise/react_flow/edges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Edges connect nodes together in a flow. This page explains how to define, customize, and interact with edges in Reflex Flow.
44

5-
## The **Edge** Type
5+
## The Edge Type
66

77
An edge is represented as a Python dictionary with the following fields:
88

docs/enterprise/react_flow/nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Nodes are the fundamental building blocks of a flow. This page explains how to define and customize nodes in Reflex Flow.
44

5-
## The **Node** Type
5+
## The Node Type
66

77
A node is represented as a Python dictionary with the following fields:
88

docs/enterprise/react_flow/theming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Then, create a file `assets/css/my-custom-styles.css` in your project and add yo
3737

3838
You can also apply custom styles to individual nodes and edges using the `style` and `className` props.
3939

40-
### Using the **style** prop
40+
### Using the style prop
4141

4242
You can pass a style dictionary to the `style` prop of a node or edge:
4343

@@ -50,7 +50,7 @@ node = {
5050
}
5151
```
5252

53-
### Using the **className** prop
53+
### Using the className prop
5454

5555
You can also pass a class name to the `className` prop and define the styles in your CSS file:
5656

0 commit comments

Comments
 (0)