small copy change
This commit is contained in:
parent
e0597f3239
commit
ae9b739a33
@ -69,7 +69,7 @@ impl Component for App {
|
||||
</div>
|
||||
}
|
||||
<div>
|
||||
<button onclick={ctx.link().callback(|_| Msg::GetQuestion(None))}>{"Ask me another!"}</button>
|
||||
<button onclick={ctx.link().callback(|_| Msg::GetQuestion(None))}>{"Show me another!"}</button>
|
||||
</div>
|
||||
<Finder on_find={ctx.link().callback(Msg::GetQuestion)}/>
|
||||
</>
|
||||
|
Reference in New Issue
Block a user