From ff2570e961bbd588e9ab43985c59ffa443715cee Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 22 Jun 2024 06:24:45 +0200 Subject: [PATCH] fix(web): its not an emoji make it bold --- web/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app.rs b/web/src/app.rs index b646ec3..58d7363 100644 --- a/web/src/app.rs +++ b/web/src/app.rs @@ -213,7 +213,7 @@ fn Scrollable() -> impl IntoView { "<<" {crate::NAME}" :: "{breadcrumb} {move || relevant_timeline.get().map(|tl| view! { - "↺" + "↺" })}