fix typo
This commit is contained in:
parent
25fccc0ef5
commit
d834940c24
@ -100,7 +100,7 @@ export default function AvatarDropdown() {
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuItem className="text-xs text-gray-700">
|
||||
{usedCredits} out of {totalCredits} credits used for{" "}
|
||||
{new Date().toLocaleString("default", { month: "long" })}
|
||||
{new Date().toLocaleString("default", { month: "long" })}.
|
||||
{subscriberTier !== "pro" && (
|
||||
<> Upgrade to Pro to get more credits.</>
|
||||
)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user