diff --git a/pages/buy-credits.tsx b/pages/buy-credits.tsx index 0dd476c8..7f7fecab 100644 --- a/pages/buy-credits.tsx +++ b/pages/buy-credits.tsx @@ -33,7 +33,8 @@ export default function Pricing() {

You currently have{" "} - {data?.remainingGenerations} credits + {data?.remainingGenerations}{" "} + {data?.remainingGenerations > 1 ? "credits" : "credit"} . Purchase more below.

@@ -53,9 +54,6 @@ export default function Pricing() {

What’s included

-

- Have any pricing questions or feedback? Email hassan@roomgpt.io -

+

+ Interested in team pricing or have any pricing questions? Email{" "} + hassan@roomgpt.io +