From eeed897a3d11b531a9c4c69488e144d11ee9e2ba Mon Sep 17 00:00:00 2001 From: Nithish Kumar Siliveru Date: Mon, 28 Oct 2024 10:47:30 +0530 Subject: [PATCH] Fixed session-expired page view and minor improvments (#8939) --- src/components/ErrorPages/SessionExpired.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ErrorPages/SessionExpired.tsx b/src/components/ErrorPages/SessionExpired.tsx index 441412ba1e9..2b50a8bcc6e 100644 --- a/src/components/ErrorPages/SessionExpired.tsx +++ b/src/components/ErrorPages/SessionExpired.tsx @@ -17,7 +17,7 @@ export default function SessionExpired() { {t("session_expired")}

{t("session_expired")}

@@ -26,7 +26,7 @@ export default function SessionExpired() {

{t("return_to_login")}