We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5507435 + 35ca37d commit c818c43Copy full SHA for c818c43
src/app.rs
@@ -4,7 +4,7 @@ use yew::prelude::*;
4
pub fn app() -> Html {
5
html! {
6
<main>
7
- <img class="logo" src="https://yew.rs/img/logo.png" alt="Yew logo" />
+ <img class="logo" src="https://yew.rs/img/logo.svg" alt="Yew logo" />
8
<h1>{ "Hello World!" }</h1>
9
<span class="subtitle">{ "from Yew with " }<i class="heart" /></span>
10
</main>
0 commit comments