Liens
{#each social_list as s}
{ changeBackground(s.color, false); }} on:mouseleave={() => { changeBackground(s.color, true); }} > {#if s.pic === undefined}
{:else}
{/if}
{s.name}
{/each}