Skip to content

Commit

Permalink
Update README, generate.ts, and index.tsx files and add favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Mar 2, 2023
1 parent a988aff commit a7b318d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Todos v1

- [ ] Maybe replace the pic in the homescreen and copy (remodel instead of generate dream room?)
- [ ] Play around with the prompt to optimize it based on levelsio prompt
- [ ] Make GitHub repo OSS, add tweet to homepage, and test out deploy in the README

Expand Down
1 change: 0 additions & 1 deletion pages/api/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export default async function handler(

if (jsonFinalResponse.status === "succeeded") {
restoredImage = jsonFinalResponse.output;
console.log({ jsonFinalResponse });
} else if (jsonFinalResponse.status === "failed") {
break;
} else {
Expand Down
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ const Home: NextPage = () => {
</span>{" "}
for everyone.
</h1>
<h2 className="mx-auto mt-12 max-w-xl text-lg text-gray-500 leading-7">
<h2 className="mx-auto mt-12 max-w-xl text-lg sm:text-gray-400 text-gray-500 leading-7">
Take a picture of your room and see how your room looks in different
themes. 100% free – get inspiration for your dream room today.
themes. 100% free – remodel your room today.
</h2>
<Link
className="bg-blue-600 rounded-xl text-white font-medium px-4 py-3 sm:mt-10 mt-8 hover:bg-blue-500 transition"
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.

0 comments on commit a7b318d

Please sign in to comment.