Skip to content

Commit

Permalink
show coming soon message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Mar 10, 2023
1 parent 40ddaf5 commit ad23a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/dream.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ 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>
{status === "authenticated" && data && !restoredImage && (
{!restoredImage && (
// <p className="text-gray-400">
// You have{" "}
// <span className="font-semibold text-gray-300">
Expand Down

0 comments on commit ad23a63

Please sign in to comment.