diff --git a/index.html b/index.html
index b57ea30..217df9f 100644
--- a/index.html
+++ b/index.html
@@ -20,10 +20,10 @@
@@ -63,7 +63,7 @@
let pro = (window.pageYOffset / totalhHght) * 100
Prostick.style.width = pro + '%'
})
- const list =document.querySelector('.navbar-right')
+ const list = document.querySelector('.navbar-right a')
const line = document.querySelector('.line')
list.addEventListener('click',function(e){
if (e.target.tagName === 'A'){