samantha's personal website!~ ✨ samanthanguyen.me
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

separate separator into snippet

+8 -4
+8 -4
src/lib/layout/Footer.svelte
··· 20 20 ] 21 21 </script> 22 22 23 - <footer class={[ 24 - 'flex flex-col gap-4 lg:gap-6', 25 - 'font-mono', 26 - ]}> 23 + {#snippet separator()} 27 24 <hr class={[ 28 25 'border-0 h-[15px] bg-pattern-dots-sm bg-[length:5px_5px]', 29 26 'text-zinc-900 dark:text-zinc-100', 30 27 ]} /> 28 + {/snippet} 29 + 30 + <footer class={[ 31 + 'flex flex-col gap-4 lg:gap-6', 32 + 'font-mono', 33 + ]}> 34 + {@render separator()} 31 35 <span class={[ 32 36 'flex flex-row gap-4 lg:gap-6 justify-end', 33 37 ]}>