Remove useless button
This commit is contained in:
parent
9481dba1a1
commit
d415fe6d7c
@ -1,5 +1,4 @@
|
|||||||
"use client";
|
"use client";
|
||||||
import Button from "@/components/button"
|
|
||||||
import TypeText from "@/components/typetext";
|
import TypeText from "@/components/typetext";
|
||||||
import BlinkText from "@/components/blinktext";
|
import BlinkText from "@/components/blinktext";
|
||||||
import Delay from "@/components/delay";
|
import Delay from "@/components/delay";
|
||||||
@ -43,12 +42,6 @@ export default function Home() {
|
|||||||
</Delay>
|
</Delay>
|
||||||
<div className={`${showButton ? "tofvesson-emph " : ""}inline`}><BlinkText interval={1000}>_</BlinkText></div>
|
<div className={`${showButton ? "tofvesson-emph " : ""}inline`}><BlinkText interval={1000}>_</BlinkText></div>
|
||||||
</div>
|
</div>
|
||||||
<Button
|
|
||||||
border={false}
|
|
||||||
invertColors={true}
|
|
||||||
className={`${ showButton ? "opacity-100" : "opacity-0 hover:cursor-default"} transition-opacity ease-in-out duration-500 delay-150`}>
|
|
||||||
Enter the fun zone
|
|
||||||
</Button>
|
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user