Skip to content

Commit

Permalink
add PPP
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Mar 23, 2023
1 parent 298af65 commit 2e88282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pages/buy-credits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default function Pricing() {
<title>RoomGPT Pricing</title>
</Head>
<Script src="https://js.stripe.com/v3/pricing-table.js" />
<script src="https://cdn.paritydeals.com/banner.js"></script>
<Header
photo={session?.user?.image || undefined}
email={session?.user?.email || undefined}
Expand Down
2 changes: 1 addition & 1 deletion pages/dream.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Home: NextPage = () => {
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
Expand Down

0 comments on commit 2e88282

Please sign in to comment.