Skip to content

Commit

Permalink
Merge pull request #13 from SIGSTACKFAULT/patch-1
Browse files Browse the repository at this point in the history
use transparent SVG logo instead of PNG logo with white background
  • Loading branch information
WorldSEnder authored Feb 19, 2025
2 parents 5507435 + 35ca37d commit c818c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use yew::prelude::*;
pub fn app() -> Html {
html! {
<main>
<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" />
<h1>{ "Hello World!" }</h1>
<span class="subtitle">{ "from Yew with " }<i class="heart" /></span>
</main>
Expand Down

0 comments on commit c818c43

Please sign in to comment.