Skip to content
document.addEventListener("DOMContentLoaded", function() {
var footer = document.querySelector(".copy-right");
if (footer) {
var fullText = footer.textContent;
var splitText = fullText.split("Developed by Natton Digital")[0];
footer.textContent = splitText + "Developed by Natton Digital";
}
});