diff --git a/src/components/App.tsx b/src/components/App.tsx index 765c5dc..925da0f 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -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"); + }} + />, + ]} /> {/*