diff --git a/public/brown.png b/public/brown.png new file mode 100644 index 0000000..de67043 Binary files /dev/null and b/public/brown.png differ diff --git a/public/paper.png b/public/paper.png new file mode 100644 index 0000000..a6a4bb7 Binary files /dev/null and b/public/paper.png differ diff --git a/src/app/generate/page.tsx b/src/app/generate/page.tsx index a944cc9..2ba4ac8 100644 --- a/src/app/generate/page.tsx +++ b/src/app/generate/page.tsx @@ -198,7 +198,7 @@ export default function GeneratePage() { {/* Results Section */} {recipes.length > 0 && ( -
✓ Showing detailed instructions
++ ✓ Showing detailed instructions +
)} {/* Additional buttons passed from parent */} @@ -89,7 +106,14 @@ export default function InstructionsSection({{detailsError}
} + {detailsError && ( ++ {detailsError} +
+ )}