fjonkie
This commit is contained in:
parent
5c52f21c36
commit
de77c0d6d8
4 changed files with 9 additions and 2 deletions
BIN
public/fjonkie.png
Executable file
BIN
public/fjonkie.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -8,6 +8,8 @@ export default function App() {
|
||||||
let ref!: HTMLTextAreaElement;
|
let ref!: HTMLTextAreaElement;
|
||||||
return token !== "" ? <div class='reviewOuterparent'>
|
return token !== "" ? <div class='reviewOuterparent'>
|
||||||
<div class='reviewParent'>
|
<div class='reviewParent'>
|
||||||
|
<img src="../fjonkie.png" alt="" />
|
||||||
|
<span>(it doesnt)</span>
|
||||||
<textarea
|
<textarea
|
||||||
ref={ref}
|
ref={ref}
|
||||||
onKeyPress={async (e) => {
|
onKeyPress={async (e) => {
|
||||||
|
|
|
@ -15,6 +15,7 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
.reviewText {
|
.reviewText {
|
||||||
|
margin-top: 15%;
|
||||||
color: pink;
|
color: pink;
|
||||||
margin-bottom: 10%;
|
margin-bottom: 10%;
|
||||||
font-size: xx-large;
|
font-size: xx-large;
|
||||||
|
|
|
@ -35,8 +35,12 @@ function HoverComponent() {
|
||||||
return (
|
return (
|
||||||
<h1
|
<h1
|
||||||
class="removethisinstantly"
|
class="removethisinstantly"
|
||||||
// disabled because uhh uhmm
|
onMouseEnter={(e)=> {
|
||||||
onMouseEnter={removethething}
|
removethething()
|
||||||
|
if (e.target.textContent !== "ECHO") {
|
||||||
|
e.target.textContent = "ECHO"
|
||||||
|
}
|
||||||
|
}}
|
||||||
// onMouseLeave={clearTimer}
|
// onMouseLeave={clearTimer}
|
||||||
>
|
>
|
||||||
{getName()}
|
{getName()}
|
||||||
|
|
Loading…
Reference in a new issue