Skip to content

Commit

Permalink
added tags to upload to know if free or paid user
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Mar 23, 2023
1 parent 55cca69 commit 298af65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/dream.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const Home: NextPage = () => {
maxFileCount: 1,
mimeTypes: ["image/jpeg", "image/png", "image/jpg"],
editor: { images: { crop: false } },
tags: [data.remainingGenerations > 5 ? "paid" : "free"],
styles: {
colors: {
primary: "#2563EB", // Primary buttons & links
Expand Down

0 comments on commit 298af65

Please sign in to comment.