From 10f0609a7e25f07d71b0f4823d6536b777e9f4d4 Mon Sep 17 00:00:00 2001
From: Minh
Date: Mon, 9 Feb 2026 14:59:11 -0500
Subject: [PATCH] update icon for footer and add bug report form (#103)
* Update footer icons and add bug report from
* Adding .claude to .gitignore
---
.gitignore | 1 +
src/components/layout/Footer.svelte | 74 +++++++----------------------
2 files changed, 18 insertions(+), 57 deletions(-)
diff --git a/.gitignore b/.gitignore
index 3b462cb..03e8e57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@ Thumbs.db
.env.*
!.env.example
!.env.test
+.claude
# Vite
vite.config.js.timestamp-*
diff --git a/src/components/layout/Footer.svelte b/src/components/layout/Footer.svelte
index eed2a3e..80d1685 100644
--- a/src/components/layout/Footer.svelte
+++ b/src/components/layout/Footer.svelte
@@ -1,4 +1,6 @@
@@ -86,42 +94,11 @@
class="bg-ecsess-800 hover:bg-ecsess-600 flex h-10 w-10 items-center justify-center rounded-full transition-all hover:scale-110"
>
{#if link.icon === 'instagram'}
-
+
{:else if link.icon === 'facebook'}
-
+
{:else if link.icon === 'linkedin'}
-
+
{:else if link.icon === 'linktree'}
{:else if link.icon === 'email'}
-
+
+ {:else if link.icon == 'github'}
+
{/if}
{/each}
@@ -161,19 +127,13 @@
Let us know!
-
- ECSESS on GitHub
+
+ Bug Report Form