diff --git a/src/components/App.tsx b/src/components/App.tsx index 765c5dc..1bfc115 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -2,8 +2,8 @@ import Hero from "./Hero"; //import IconAnchor from "./IconAnchor"; import Countdown from "react-countdown"; -//import { /*Music,*/ Globe } from "lucide-preact"; -//import { SiGithub, SiForgejo, SiInstagram } from "react-icons/si"; +////import { /*/*Music,*/ Globe,*/ Globe } from "lucide-preact"; +////import { SiGithub, SiForgejo, SiInstagram } from "react-icons/si"; import "./App.css"; @@ -14,16 +14,21 @@ export default () => { waves="header" title="This is not a CDN." paragraph={`Coming ${new Date().getFullYear() + 1}`} - links={[ {props.total.toString().padStart(10, "0")} ms..} - onComplete={() => { - window.location.replace("https://ipv4.army"); - }} - />]} + links={[ + ( + {props.total.toString().padStart(10, "0")} ms.. + )} + onComplete={() => { + window.location.replace("https://ipv4.army"); + }} + />, + ]} /> {/*