Coves frontend - a photon fork
1
fork

Configure Feed

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

at main 18 lines 273 B view raw
1<script> 2 // @ts-nocheck 3 let { children } = $props() 4</script> 5 6<li> 7 {@render children?.()} 8</li> 9 10<style> 11 @reference '../../../../app.css'; 12 li::marker { 13 color: var(--color-slate-400); 14 @variant dark { 15 color: var(--color-zinc-600); 16 } 17 } 18</style>