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 + ECSESS Logo + Bug Report Form