We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6999ffc commit 4735488Copy full SHA for 4735488
frameworks/keyed/yew-hooks/src/lib.rs
@@ -227,7 +227,7 @@ fn jumbotron(props: &JumbotronProps) -> Html {
227
<div class="jumbotron">
228
<div class="row">
229
<div class="col-md-6">
230
- <h1>{ "Yew" }</h1>
+ <h1>{ "Yew-Hooks" }</h1>
231
</div>
232
233
frameworks/keyed/yew/src/lib.rs
@@ -201,7 +201,7 @@ impl Component for Jumbotron {
201
202
203
204
- <h1>{ "Yew-Hooks" }</h1>
+ <h1>{ "Yew" }</h1>
205
206
207
0 commit comments