remove the word loyalty
This commit is contained in:
parent
733f3dc931
commit
1f62063ed7
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ export function Stats() {
|
|||
</div>
|
||||
<div className="stats shadow-lg bg-base-100 rounded-2xl border border-base-200 hover:border-secondary transition-all duration-300 hover:-translate-y-1 transform">
|
||||
<div className="stat">
|
||||
<div className="stat-title font-medium opacity-80">Loyalty Points</div>
|
||||
<div className="stat-title font-medium opacity-80">Points</div>
|
||||
<div className="stat-value text-secondary">{loyaltyPoints}</div>
|
||||
<div className="stat-desc flex flex-col items-start gap-1 mt-1">
|
||||
<div className="flex items-center justify-between w-full">
|
||||
|
|
Loading…
Reference in a new issue