From 459fe764082f6d6465fd04e3a86b32a890fd7ef5 Mon Sep 17 00:00:00 2001 From: tikitko Date: Thu, 28 Dec 2023 10:56:04 +0100 Subject: [PATCH] fixes --- index.html | 2 +- src/components/auth_user_block.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 98ba87c..8975ae4 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,6 @@
- + diff --git a/src/components/auth_user_block.rs b/src/components/auth_user_block.rs index 0a9eb4b..a4f11e4 100644 --- a/src/components/auth_user_block.rs +++ b/src/components/auth_user_block.rs @@ -21,7 +21,7 @@ pub fn auth_user_block() -> Html { let Some(_) = logged_user_context.token().cloned() else { #[cfg(feature = "telegram")] - let tg_button = Some(html! { + let tg_button = /* Some(html! { - }); + }); */ None; #[cfg(not(feature = "telegram"))] let tg_button: Option = None;