Use dynamic streak label
cgen-777c691aae224399b1f2f75d6c386c75
This commit is contained in:
parent
8a3a4a94d7
commit
f0088edf4c
1 changed files with 1 additions and 2 deletions
|
|
@ -642,8 +642,7 @@ export default function Dashboard() {
|
|||
{profile?.full_name || user.email?.split("@")[0]}
|
||||
</h1>
|
||||
<p className="text-muted-foreground">
|
||||
{profile?.role || "Member"} • Level {profile?.level || 1} • 7
|
||||
day streak 🔥
|
||||
{profile?.role || "Member"} • Level {profile?.level || 1} • {streakLabel} 🔥
|
||||
</p>
|
||||
</div>
|
||||
<div className="flex items-center space-x-4">
|
||||
|
|
|
|||
Loading…
Reference in a new issue