From 08e5c463ab8ef11bb11b1586dfc6500845b67ad8 Mon Sep 17 00:00:00 2001 From: Miroito Date: Sun, 11 Sep 2022 21:49:12 +0200 Subject: [PATCH] Move down ocr creation option --- frontend/pages/recipe/create.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/pages/recipe/create.vue b/frontend/pages/recipe/create.vue index 330d65111c7..2afaa0ccb9b 100644 --- a/frontend/pages/recipe/create.vue +++ b/frontend/pages/recipe/create.vue @@ -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", @@ -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",