diff --git a/.gitignore b/.gitignore index 824b8e0..23b4e83 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ dist/ # dependencies node_modules/ +package-lock.json # logs npm-debug.log* diff --git a/src/pages/index.astro b/src/pages/index.astro index 06f4c73..852689c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -28,10 +28,10 @@ import Footer from '../components/Footer.astro'

Hi, I'm Ayo!

- + + Contact + Got a question? Have a nice message? + @@ -185,10 +185,6 @@ import Footer from '../components/Footer.astro' display: none; } - .status::before { - content: 'Now: '; - } - .status { text-decoration: underline; cursor: pointer;