This commit is contained in:
amy 2024-09-27 10:44:38 +03:30
parent 5c52f21c36
commit de77c0d6d8
4 changed files with 9 additions and 2 deletions

View file

@ -35,8 +35,12 @@ function HoverComponent() {
return (
<h1
class="removethisinstantly"
// disabled because uhh uhmm
onMouseEnter={removethething}
onMouseEnter={(e)=> {
removethething()
if (e.target.textContent !== "ECHO") {
e.target.textContent = "ECHO"
}
}}
// onMouseLeave={clearTimer}
>
{getName()}