Skip to content

Commit

Permalink
Move down ocr creation option
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroito committed Sep 11, 2022
1 parent 9295817 commit 08e5c46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/pages/recipe/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ export default defineComponent({
text: "Import with URL",
value: "url",
},
{
icon: $globals.icons.fileImage,
text: "Create recipe from an image",
value: "ocr",
},
{
icon: $globals.icons.edit,
text: "Create Recipe",
Expand All @@ -57,6 +52,11 @@ export default defineComponent({
text: "Import with .zip",
value: "zip",
},
{
icon: $globals.icons.fileImage,
text: "Create recipe from an image",
value: "ocr",
},
{
icon: $globals.icons.link,
text: "Bulk URL Import",
Expand Down

0 comments on commit 08e5c46

Please sign in to comment.