diff --git a/resources/assets/js/components/demo/voter/login.vue b/resources/assets/js/components/demo/voter/login.vue index 2a26231..7888ed6 100644 --- a/resources/assets/js/components/demo/voter/login.vue +++ b/resources/assets/js/components/demo/voter/login.vue @@ -37,7 +37,7 @@ document.addEventListener('DOMContentLoaded', function () { // Select the image element by its ID var logoImage = document.getElementById('logo'); // Set the source of the image dynamically -logoImage.src = 'https://i.ibb.co/txhx2N0/My-Ko-PKB-logo-removebg-preview.png?' + new Date().getTime(); // Replace this URL with your desired image URL +logoImage.src = window.location.origin + '/images/MyKoPKB-logo.png?' + new Date().getTime(); // Replace this URL with your desired image URL // Add error handling logoImage.onerror = function() {