Skip to content

Commit 4735488

Browse files
committed
fix titile
1 parent 6999ffc commit 4735488

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/keyed/yew-hooks/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ fn jumbotron(props: &JumbotronProps) -> Html {
227227
<div class="jumbotron">
228228
<div class="row">
229229
<div class="col-md-6">
230-
<h1>{ "Yew" }</h1>
230+
<h1>{ "Yew-Hooks" }</h1>
231231
</div>
232232
<div class="col-md-6">
233233
<div class="row">

frameworks/keyed/yew/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ impl Component for Jumbotron {
201201
<div class="jumbotron">
202202
<div class="row">
203203
<div class="col-md-6">
204-
<h1>{ "Yew-Hooks" }</h1>
204+
<h1>{ "Yew" }</h1>
205205
</div>
206206
<div class="col-md-6">
207207
<div class="row">

0 commit comments

Comments
 (0)