diff --git a/about.html b/about.html index 14c4e85..26a88e4 100644 --- a/about.html +++ b/about.html @@ -100,7 +100,8 @@
Connect
document.addEventListener("DOMContentLoaded", function(){ Typed.new(".element", { strings: ["an App developer.","fond of music.","a Competitive programmer.","excited to explore all arenas."], - typeSpeed: 30 + typeSpeed: 30, + showCursor: false }); });