Skip to content

Commit

Permalink
hide temporary message when photo is generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Mar 7, 2023
1 parent b33b016 commit ae852cf
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions pages/dream.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,16 @@ const Home: NextPage = () => {
<h1 className="mx-auto max-w-4xl font-display text-4xl font-bold tracking-normal text-slate-100 sm:text-6xl mb-5">
Generate your <span className="text-blue-600">dream</span> room
</h1>
<p className="text-gray-400">
<span className="font-bold text-gray-300">Note:</span> We're
temporarily{" "}
<span className="font-bold text-gray-300">
limiting generations to 3 per day
</span>{" "}
because of high traffic.
</p>
{!restoredImage && (
<p className="text-gray-400">
<span className="font-bold text-gray-300">Note:</span> We're
temporarily{" "}
<span className="font-bold text-gray-300">
limiting generations to 3 per day
</span>{" "}
because of high traffic.
</p>
)}
<ResizablePanel>
<AnimatePresence mode="wait">
<motion.div className="flex justify-between items-center w-full flex-col mt-4">
Expand Down

1 comment on commit ae852cf

@vercel
Copy link

@vercel vercel bot commented on ae852cf Mar 7, 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.