Skip to content

Commit 887d1c4

Browse files
committed
fix chatapp link
1 parent 1b54c3d commit 887d1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started/chatapp_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ app.add_page(index)
150150

151151
Components can be nested inside each other to create complex layouts. Here we create a parent container that contains two boxes for the question and answer.
152152

153-
We also add some basic styling to the components. Components take in keyword arguments, called [props]({components.style_props.path}), that modify the appearance and functionality of the component. We use the `text_align` prop to align the text to the left and right.
153+
We also add some basic styling to the components. Components take in keyword arguments, called [props]({components.props.path}), that modify the appearance and functionality of the component. We use the `text_align` prop to align the text to the left and right.
154154

155155
### Reusing Components
156156

0 commit comments

Comments
 (0)