text change

This commit is contained in:
2026-03-19 11:41:20 -04:00
parent 0748408d35
commit 436a3c5572
2 changed files with 2 additions and 2 deletions

View File

@@ -15,6 +15,6 @@
<a href="#" class="disabled">Projects</a>
<a href="#" class="disabled">Blog</a>
</div>
<h2 class="typewriter">Stay Tuned...</h2>
<h2 class="typewriter">Stay_Tuned...</h2>
</body>
</html>

View File

@@ -85,7 +85,7 @@ h2.typewriter {
width: 0;
display: inline-block;
animation:
typing 4.5s steps(14, end) infinite,
typing 4.5s steps(15, end) infinite,
blink 0.75s step-end infinite;
}