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

BIN
public/fjonkie.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -8,6 +8,8 @@ export default function App() {
let ref!: HTMLTextAreaElement;
return token !== "" ? <div class='reviewOuterparent'>
<div class='reviewParent'>
<img src="../fjonkie.png" alt="" />
<span>(it doesnt)</span>
<textarea
ref={ref}
onKeyPress={async (e) => {

View file

@ -15,6 +15,7 @@ textarea {
}
.reviewText {
margin-top: 15%;
color: pink;
margin-bottom: 10%;
font-size: xx-large;

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()}