small copy change

This commit is contained in:
David Westgate 2024-06-11 23:32:26 -07:00
parent e0597f3239
commit ae9b739a33

View File

@ -69,7 +69,7 @@ impl Component for App {
</div> </div>
} }
<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> </div>
<Finder on_find={ctx.link().callback(Msg::GetQuestion)}/> <Finder on_find={ctx.link().callback(Msg::GetQuestion)}/>
</> </>