From 064f42fb9fd619cd78b481a3521199284b6fa886 Mon Sep 17 00:00:00 2001 From: Francesco Minnocci Date: Tue, 13 Jun 2023 22:03:23 +0200 Subject: [PATCH] chore: fix typo; cleanup --- client/pages/index.astro | 2 +- client/styles/main.scss | 1 + frontend/env.d.ts | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 frontend/env.d.ts diff --git a/client/pages/index.astro b/client/pages/index.astro index 5888178..5692a11 100644 --- a/client/pages/index.astro +++ b/client/pages/index.astro @@ -194,6 +194,6 @@ import PageLayout from '../layouts/PageLayout.astro' -
Vuoi diventare macchinsta?
+
Vuoi diventare macchinista?
diff --git a/client/styles/main.scss b/client/styles/main.scss index 0f6e1f6..d9aa9ab 100644 --- a/client/styles/main.scss +++ b/client/styles/main.scss @@ -383,6 +383,7 @@ footer { .project { // background: #fcddff; background: #ffa89c; + // background: #a2d4f3; color: #000e; border: 3px solid #222; diff --git a/frontend/env.d.ts b/frontend/env.d.ts deleted file mode 100644 index 8c34fb4..0000000 --- a/frontend/env.d.ts +++ /dev/null @@ -1 +0,0 @@ -/// \ No newline at end of file