From 35ca37d6f47b9f1265614d0bec9ec1500d6a7309 Mon Sep 17 00:00:00 2001 From: Connor King Date: Tue, 5 Sep 2023 12:59:53 -0400 Subject: [PATCH] use transparent SVG logo instead of PNG logo with white background --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index f4d96e7..fa808ea 100644 --- a/src/app.rs +++ b/src/app.rs @@ -4,7 +4,7 @@ use yew::prelude::*; pub fn app() -> Html { html! {
- +

{ "Hello World!" }

{ "from Yew with " }