mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Update rkyv example button text to accurately reflect what it does (#2250)
This commit is contained in:
parent
f1bc734dcf
commit
fb97c50886
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ pub fn RkyvExample() -> impl IntoView {
|
|||
set_input(value);
|
||||
}
|
||||
>
|
||||
Click to see length
|
||||
Click to capitalize
|
||||
</button>
|
||||
<p>{input}</p>
|
||||
<Transition>
|
||||
|
|
Loading…
Reference in a new issue