From 706f91db395ca8ba30f897dba97e98cfe5497ce3 Mon Sep 17 00:00:00 2001 From: Eva Date: Mon, 15 Jan 2024 09:35:23 +0100 Subject: [PATCH] :bug: Fix export components typos --- frontend/src/app/main/ui/viewer/inspect/exports.cljs | 4 ++-- .../app/main/ui/workspace/sidebar/options/menus/exports.cljs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/main/ui/viewer/inspect/exports.cljs b/frontend/src/app/main/ui/viewer/inspect/exports.cljs index b9847866d3..a300bcc859 100644 --- a/frontend/src/app/main/ui/viewer/inspect/exports.cljs +++ b/frontend/src/app/main/ui/viewer/inspect/exports.cljs @@ -120,10 +120,10 @@ {:value "1.5" :label "1.5x"} {:value "2" :label "2x"} {:value "4" :label "4x"} - {:value "6" :label "6"}] + {:value "6" :label "6x"}] format-options [{:value "png" :label "PNG"} - {:value "jpeg" :label "JPE"} + {:value "jpeg" :label "JPEG"} {:value "svg" :label "SVG"} {:value "pdf" :label "PDF"}]] diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/exports.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/exports.cljs index 7c4f6d2649..9a02869c3a 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/exports.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/exports.cljs @@ -162,10 +162,10 @@ {:value "1.5" :label "1.5x"} {:value "2" :label "2x"} {:value "4" :label "4x"} - {:value "6" :label "6"}] + {:value "6" :label "6x"}] format-options [{:value "png" :label "PNG"} - {:value "jpeg" :label "JPE"} + {:value "jpeg" :label "JPEG"} {:value "svg" :label "SVG"} {:value "pdf" :label "PDF"}]]