Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Mar 23, 2023
1 parent 93a8f2d commit 4741152
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 4 deletions.
252 changes: 252 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions pages/buy-credits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Pricing() {
<span className="font-semibold text-gray-400">
{data?.remainingGenerations} credits
</span>
. Purchase more below. Questions / feedback? Email [email protected].
. Purchase more below.
</p>
</main>
<div className="w-full">
Expand All @@ -50,11 +50,13 @@ export default function Pricing() {
/>
)}
</div>
<div className="mt-10 flex items-center gap-x-4">
<div className="mt-14 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>
<div className="h-px flex-auto bg-gray-100"></div>
<p className="text-gray-300 mt-5">
Have any pricing questions or feedback? Email [email protected]
</p>
</div>
<ul
role="list"
Expand Down
2 changes: 1 addition & 1 deletion pages/dream.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const Home: NextPage = () => {
<p className="text-gray-400">
You have{" "}
<span className="font-semibold text-gray-300">
{data.remainingGenerations} generations
{data.remainingGenerations} credits
</span>{" "}
left.{" "}
{data.remainingGenerations < 2 && (
Expand Down

1 comment on commit 4741152

@vercel
Copy link

@vercel vercel bot commented on 4741152 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.