Skip to content

Commit

Permalink
feat: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yafimski committed Jul 8, 2024
1 parent 5e71556 commit e36285e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Welcome to a4recipe
# Welcome to a4recipe!

This is an open-source hobby project for a visual recipe-making SPA.

This web application allows users to create visual recipes and print them out to A4 :)


This project is licensed under the MIT License. See the LICENSE file for details.

Open-source hobby project for a visual recipe-making SAP
1 change: 0 additions & 1 deletion src/components/ResultPage/RecipeInstructions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ function RecipeInstructions() {
<div className="flex w-full left-0">
<span className="md:text-xs lg:text-sm md:pt-0.5 lg:pt-1">{inst.note}</span>
</div>
<hr className="border-gray-300" />
</div>
));
}
Expand Down
1 change: 0 additions & 1 deletion src/components/ResultPage/RecipeInstructionsLarge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function RecipeInstructions() {
)}
</div>
<span className="instruction-print-text pt-0.5 lg:pt-1">{inst.note}</span>
<hr className="w-2/3 mt-1 mb-2 border-gray-300" />
</div>
));
}
Expand Down

0 comments on commit e36285e

Please sign in to comment.