From a5b8a6a3e0349f3d8c6f21531811ffea36c4a465 Mon Sep 17 00:00:00 2001 From: John Costa Date: Wed, 25 May 2022 18:01:09 +0100 Subject: [PATCH] chore: changed the delay and the title of the websit. --- index.html | 2 +- src/components/pages/Front.page.jsx | 2 +- src/components/sections/Projects.jsx | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 361b968..b7b5bcd 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Document + John Costa
diff --git a/src/components/pages/Front.page.jsx b/src/components/pages/Front.page.jsx index 8327220..21e8a2a 100644 --- a/src/components/pages/Front.page.jsx +++ b/src/components/pages/Front.page.jsx @@ -19,7 +19,7 @@ import Projects from '../sections/Projects'; // Component //============================================================ -const DELAY = 0; +const DELAY = 750; const FrontPage = () => { return ( diff --git a/src/components/sections/Projects.jsx b/src/components/sections/Projects.jsx index 0344fcf..ead7908 100644 --- a/src/components/sections/Projects.jsx +++ b/src/components/sections/Projects.jsx @@ -65,9 +65,10 @@ const Projects = () => { liveUrl="https://johncosta27.github.io/Snake/" >

- My first big project. A classic snake game that adapts to the screen size you are on. + My first big project. A classic snake game that adapts to the + screen size you are on.

- +