From 8efdce8a0d284d5d9e34aa22846c7205156760cf Mon Sep 17 00:00:00 2001 From: kualta Date: Thu, 10 Oct 2024 11:19:25 +0400 Subject: [PATCH] update credits --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index af00642..e1712ee 100644 --- a/src/main.rs +++ b/src/main.rs @@ -388,8 +388,8 @@ fn InfoWindow() -> Element { div { class: "mt-20 text-center", "made with ❤ by " - span { class: "underline", a { class: "", href: "https://kualta.dev/", "kualta" } - " and community"} + span { class: "underline", a { class: "", href: "https://kualta.dev/", "kualta" } } + " and community" } } )