Skip to content

Commit 2919b51

Browse files
authored
Fix active profile count in header (NextCommunity#271)
1 parent 5fb40a6 commit 2919b51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_includes/header.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</div>
2020

2121
<div class="mt-2 text-accent font-mono text-sm md:text-base font-bold tracking-tight">
22-
<span class="opacity-100">{{ collections.developer.length or 60 }}</span> Active Profiles
22+
<span class="opacity-100">{{ collections.randomPeople.length }}</span> Active Profiles
2323
</div>
2424

2525
<p class="hidden md:flex text-[var(--text-muted)] text-[9px] font-mono uppercase tracking-[0.3em] mt-1 items-center gap-2">

0 commit comments

Comments
 (0)