update
This commit is contained in:
parent
406c0ff604
commit
4457f9357e
|
@ -21,7 +21,8 @@ var lastIndex = randomString.lastIndexOf(" ");
|
||||||
<h1
|
<h1
|
||||||
class="mb-1 text-4xl whitespace-nowrap text-gray-100 md:text-6xl inline-flex overflow-x-hidden animate-type"
|
class="mb-1 text-4xl whitespace-nowrap text-gray-100 md:text-6xl inline-flex overflow-x-hidden animate-type"
|
||||||
>
|
>
|
||||||
{randomString}
|
{randomString.substring(0, lastIndex)}
|
||||||
|
<span class="header-alt">{lastWord(randomString)}</span>
|
||||||
<span
|
<span
|
||||||
class="box-border inline-block w-1 h-10 ml-2 -mb-2 bg-white md:-mb-4 md:h-16 animate-cursor will-change-transform"
|
class="box-border inline-block w-1 h-10 ml-2 -mb-2 bg-white md:-mb-4 md:h-16 animate-cursor will-change-transform"
|
||||||
></span>
|
></span>
|
||||||
|
|
Loading…
Reference in New Issue