update hp research count

This commit is contained in:
tree🌴 2024-03-04 02:46:09 +01:00
parent aba3916ddd
commit 02a43c85df
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ for (const e of upcomingEvents) {
<div class="title">Research</div> <div class="title">Research</div>
<div class="numbers"> <div class="numbers">
<div> <div>
<div class="big">{core.projects.filter(x => x.type && x.type === "research").length} research projects →</div> <div class="big">{core.research.length} research projects →</div>
</div> </div>
</div> </div>
</div> </div>