From af95a00ecfb20eb8e5ba5c59171b96cb36970a5f Mon Sep 17 00:00:00 2001 From: wont-stream Date: Wed, 29 Jan 2025 21:21:29 -0500 Subject: [PATCH] Formatting --- src/components/App.tsx | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) 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"); + }} + />, + ]} /> {/*