style(home): rename Stats section to Data
This commit is contained in:
parent
4d3c4657d8
commit
743362c1d2
1 changed files with 2 additions and 2 deletions
|
|
@ -228,10 +228,10 @@ is_authenticated %}
|
|||
{% endif %}
|
||||
</section>
|
||||
|
||||
<!-- Stats -->
|
||||
<!-- Data Cards -->
|
||||
<section>
|
||||
<div class="flex items-center justify-between mb-5">
|
||||
<h2 class="text-lg font-semibold text-text">Stats</h2>
|
||||
<h2 class="text-lg font-semibold text-text">Data</h2>
|
||||
</div>
|
||||
<div class="grid grid-cols-3 gap-3 sm:grid-cols-4 md:grid-cols-7">
|
||||
<a
|
||||
|
|
|
|||
Loading…
Reference in a new issue