Switch stats from camel case to snake case

This commit is contained in:
Peter Stockings
2025-02-01 19:48:56 +11:00
parent 677d44320c
commit 55149c5ea9
2 changed files with 28 additions and 28 deletions

View File

@@ -5,8 +5,8 @@
<div class="flex items-center">
<div class="flex-shrink-0">
<span class="text-2xl sm:text-3xl leading-none font-bold text-gray-900">{{
stat['Value'] }}</span>
<h3 class="text-base font-normal text-gray-500">{{ stat['Text'] }}</h3>
stat.value }}</span>
<h3 class="text-base font-normal text-gray-500">{{ stat.text }}</h3>
</div>
</div>
</div>