Mae's website :3 maemoon.me
personal website svelte sveltekit
0
fork

Configure Feed

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

Add logiverse link

+1 -1
+1 -1
src/routes/experiments/logstats/+page.svelte
··· 8 8 9 9 <h1>Logiverse stats</h1> 10 10 <br> 11 - <h2>The logiverse currently has {calculateTotal(data.counts)} users</h2> 11 + <h2>The <a href="https://logiverse.social">Logiverse</a> currently has {calculateTotal(data.counts)} users</h2> 12 12 {#each sortedInstances as [instance, count]} 13 13 <h3>{instance} - {count}</h3> 14 14 {/each}