diff --git a/.github/workflows/nextjs-build.yml b/.github/workflows/nextjs-build.yml
index 1194195..7de73bf 100644
--- a/.github/workflows/nextjs-build.yml
+++ b/.github/workflows/nextjs-build.yml
@@ -27,5 +27,7 @@ jobs:
- run: npm ci
- - run: npm run build
+ - name: Copy environment variables
+ run: cp .env.example .env
+ - run: npm run build
diff --git a/public/ECSS_cog.svg b/public/ECSS_cog.svg
new file mode 100644
index 0000000..ad806e1
--- /dev/null
+++ b/public/ECSS_cog.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/app/_components/Footer/index.tsx b/src/app/_components/Footer/index.tsx
index ecadcac..d4ea3b6 100644
--- a/src/app/_components/Footer/index.tsx
+++ b/src/app/_components/Footer/index.tsx
@@ -30,8 +30,8 @@ export async function Footer() {
diff --git a/src/app/_components/Header/index.tsx b/src/app/_components/Header/index.tsx
index 8244c56..d43afd2 100644
--- a/src/app/_components/Header/index.tsx
+++ b/src/app/_components/Header/index.tsx
@@ -36,8 +36,8 @@ export async function Header() {
*/}