Skip to content
document.addEventListener("DOMContentLoaded", function () { const btn = document.querySelector("#lia-header-cta a"); if (!btn) return;
if (document.body.classList.contains("logged-in")) {btn.querySelector(".elementor-button-text").textContent = "Continue Learning"; btn.href = "/dashboard";} else { btn.querySelector(".elementor-button-text").textContent = "Start Learning"; btn.href = "/account";}
});
if (document.body.classList.contains("logged-in")) {btn.querySelector(".elementor-button-text").textContent = "Continue Learning"; btn.href = "/dashboard"; btn.style.backgroundColor = "#2ecc71";
}