diff --git a/assets/js/subscribe.js b/assets/js/subscribe.js index efba0b70..720e92cc 100644 --- a/assets/js/subscribe.js +++ b/assets/js/subscribe.js @@ -7,7 +7,6 @@ const successNotif = document.getElementById('successnotification'); }) function showSuccess() { - console.log('yee') successNotif.style.display = 'flex'; setTimeout(() => { successNotif.style.display = 'none'; @@ -19,8 +18,7 @@ document.addEventListener('DOMContentLoaded', () => { const subscribeSubmit = document.getElementById('subscribe-btn'); subscribeSubmit.addEventListener('click', (event) => { const emailInput = document.getElementById('news-email'); - console.log("ksdjfh"); - + if (emailInput.value === '') { // Empty input return; diff --git a/index.html b/index.html index d234f457..6e0e3ff7 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,8 @@ Home - FinVeda - - + content="FinVeda provides comprehensive resources and tools for financial education, investment strategies, and personal finance management. Discover your path to financial wellness today!" /> @@ -23,10 +21,8 @@ - -