Skip to content

Commit c818c43

Browse files
authored
Merge pull request #13 from SIGSTACKFAULT/patch-1
use transparent SVG logo instead of PNG logo with white background
2 parents 5507435 + 35ca37d commit c818c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use yew::prelude::*;
44
pub fn app() -> Html {
55
html! {
66
<main>
7-
<img class="logo" src="https://yew.rs/img/logo.png" alt="Yew logo" />
7+
<img class="logo" src="https://yew.rs/img/logo.svg" alt="Yew logo" />
88
<h1>{ "Hello World!" }</h1>
99
<span class="subtitle">{ "from Yew with " }<i class="heart" /></span>
1010
</main>

0 commit comments

Comments
 (0)