From 2e882820411ef1f6292bfb3c513fa2e75a5adab0 Mon Sep 17 00:00:00 2001 From: Hassan El Mghari Date: Thu, 23 Mar 2023 14:55:45 -0400 Subject: [PATCH] add PPP --- pages/buy-credits.tsx | 1 + pages/dream.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/buy-credits.tsx b/pages/buy-credits.tsx index e80076eb..7c0199e1 100644 --- a/pages/buy-credits.tsx +++ b/pages/buy-credits.tsx @@ -17,6 +17,7 @@ export default function Pricing() { RoomGPT Pricing
{ maxFileCount: 1, mimeTypes: ["image/jpeg", "image/png", "image/jpg"], editor: { images: { crop: false } }, - tags: [data.remainingGenerations > 5 ? "paid" : "free"], + tags: [data?.remainingGenerations > 5 ? "paid" : "free"], styles: { colors: { primary: "#2563EB", // Primary buttons & links