css selectors are antichrist

This commit is contained in:
amy 2024-06-25 17:44:17 +03:30
parent bec0aaa263
commit 237d7487ab
4 changed files with 111 additions and 26 deletions

View file

@ -20,7 +20,6 @@ function HoverComponent() {
};
const handleMouseEnter = () => {
removethething()
startTimer();
};
@ -31,8 +30,9 @@ function HoverComponent() {
return (
<h1
class="removethisinstantly"
onMouseEnter={handleMouseEnter}
onMouseLeave={clearTimer}
// disabled because uhh uhmm
onMouseEnter={removethething}
// onMouseLeave={clearTimer}
>
{name() ? "ECHO" : "exhq"}
</h1>