From 347b572765256bd520d6d28db8743d1614226c5c Mon Sep 17 00:00:00 2001 From: Rahul Jain Date: Fri, 13 Oct 2017 20:03:15 +0530 Subject: [PATCH] Remove cursor at the end in about.html --- about.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }); });