Skip to content

Commit aec077c

Browse files
LineIndentAlek99
andauthored
fixes issue #1240 (#1250)
* fixes issue #1240 * curly brackets * revert correction --------- Co-authored-by: pourhakimi <[email protected]> Co-authored-by: Alek Petuskey <[email protected]>
1 parent 1519f81 commit aec077c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting_started/project-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ The `assets` directory is where you can store any static assets you want to be p
4545
For example, if you save an image to `assets/image.png` you can display it from your app like this:
4646

4747
```python
48-
rx.image(src="image.png")
48+
rx.image(src="/image.png")
4949
```
50-
50+
j
5151
## Main Project
5252

5353
Initializing your project creates a directory with the same name as your app. This is where you will write your app's logic.

0 commit comments

Comments
 (0)