few changes are updated

This commit is contained in:
2023-04-21 10:19:59 +05:30
parent 136afcf14e
commit fb752437d6
9 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ if (window.location.pathname.includes(loc_path) === false) {
localStorage.removeItem("top_data")
}
let loc_paths = '/partners.html';
let loc_paths = '/becomeamember.html';
if (window.location.pathname.includes(loc_paths) === true) {
$(".header-area").removeClass("bg-white");
$(".header-bottom.sticky-bar").addClass("shadow-none")