diff --git a/frontend/resources/styles/main/partials/workspace.scss b/frontend/resources/styles/main/partials/workspace.scss index ba22b8f567..5288b7475f 100644 --- a/frontend/resources/styles/main/partials/workspace.scss +++ b/frontend/resources/styles/main/partials/workspace.scss @@ -323,7 +323,6 @@ $height-palette-max: 80px; } } - .workspace-frame-label { font-size: $fs12; } diff --git a/frontend/src/app/main/ui/viewer/inspect/exports.cljs b/frontend/src/app/main/ui/viewer/inspect/exports.cljs index a300bcc859..141eea215e 100644 --- a/frontend/src/app/main/ui/viewer/inspect/exports.cljs +++ b/frontend/src/app/main/ui/viewer/inspect/exports.cljs @@ -123,7 +123,7 @@ {:value "6" :label "6x"}] format-options [{:value "png" :label "PNG"} - {:value "jpeg" :label "JPEG"} + {:value "jpeg" :label "JPG"} {: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 9a02869c3a..da7b371a58 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 @@ -165,7 +165,7 @@ {:value "6" :label "6x"}] format-options [{:value "png" :label "PNG"} - {:value "jpeg" :label "JPEG"} + {:value "jpeg" :label "JPG"} {:value "svg" :label "SVG"} {:value "pdf" :label "PDF"}]]