We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e88282 commit a0e4904Copy full SHA for a0e4904
pages/buy-credits.tsx
@@ -17,7 +17,6 @@ export default function Pricing() {
17
<title>RoomGPT Pricing</title>
18
</Head>
19
<Script src="https://js.stripe.com/v3/pricing-table.js" />
20
- <script src="https://cdn.paritydeals.com/banner.js"></script>
21
<Header
22
photo={session?.user?.image || undefined}
23
email={session?.user?.email || undefined}
0 commit comments