diff --git a/README.md b/README.md index 9499fc1..5985a14 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/src/components/ResultPage/RecipeInstructions.tsx b/src/components/ResultPage/RecipeInstructions.tsx index 5ce2e4e..2fe640e 100644 --- a/src/components/ResultPage/RecipeInstructions.tsx +++ b/src/components/ResultPage/RecipeInstructions.tsx @@ -48,7 +48,6 @@ function RecipeInstructions() {
{inst.note}
-
)); } diff --git a/src/components/ResultPage/RecipeInstructionsLarge.tsx b/src/components/ResultPage/RecipeInstructionsLarge.tsx index 416b215..c6d6718 100644 --- a/src/components/ResultPage/RecipeInstructionsLarge.tsx +++ b/src/components/ResultPage/RecipeInstructionsLarge.tsx @@ -49,7 +49,6 @@ function RecipeInstructions() { )} {inst.note} -
)); }