diff --git a/src/App.js b/src/App.js index ae6e686..52b181e 100644 --- a/src/App.js +++ b/src/App.js @@ -12,6 +12,7 @@ import { } from "react-router-dom"; export default function App() { + const randomDelay = "-" + (600 + Math.floor(Math.random() * 1800)) + "s"; return ( @@ -22,7 +23,7 @@ export default function App() { } /> } /> -