Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Mar 23, 2023
1 parent 4741152 commit 3ad7baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/buy-credits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Pricing() {
const { data } = useSWR("/api/remaining", fetcher);

return (
<div className="flex mx-auto max-w-7xl overflow-visible flex-col items-center justify-center py-2 min-h-screen">
<div className="flex mx-auto max-w-6xl overflow-visible flex-col items-center justify-center py-2 min-h-screen">
<Head>
<title>RoomGPT Pricing</title>
</Head>
Expand Down Expand Up @@ -50,7 +50,7 @@ export default function Pricing() {
/>
)}
</div>
<div className="mt-14 text-center">
<div className="mt-10 text-center">
<h4 className="flex-none leading-6 mt-2 text-2xl font-bold tracking-tight text-white sm:text-5xl">
What’s included
</h4>
Expand Down

1 comment on commit 3ad7baa

@vercel
Copy link

@vercel vercel bot commented on 3ad7baa Mar 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.