This commit is contained in:
Abi Raja 2024-01-11 11:03:48 -08:00
parent 25fccc0ef5
commit d834940c24

View File

@ -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.</>
)}