From fa90542ca2f3a78cf705dfc2458b9a3ef9c4881f Mon Sep 17 00:00:00 2001 From: rajgharat07 Date: Sun, 13 Oct 2024 09:20:57 +0530 Subject: [PATCH] Bug Fixed : Added 'Scroll to Top' Button on the Login Page for improved Navigation. --- views/login.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/views/login.ejs b/views/login.ejs index 9d75698e..2ee47352 100644 --- a/views/login.ejs +++ b/views/login.ejs @@ -223,6 +223,7 @@ <%- include('includes/footer.ejs') %> +<%- include('includes/topToBottomScrollButton.ejs') %>