Skip to content

Commit

Permalink
Fix unclosed details element in 01_basic_component.md (#134)
Browse files Browse the repository at this point in the history
This was breaking the printed version of the book (tested in Firefox and
chromium).
  • Loading branch information
sruggier authored Dec 4, 2024
1 parent 4e39e47 commit 8bb3a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/01_basic_component.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,4 @@ fn main() {
leptos::mount::mount_to_body(App)
}
```
</details>

0 comments on commit 8bb3a78

Please sign in to comment.