0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 17:00:36 -05:00

🐛 Fix export components typos

This commit is contained in:
Eva 2024-01-15 09:35:23 +01:00 committed by Alonso Torres
parent 3a859f2347
commit 706f91db39
2 changed files with 4 additions and 4 deletions

View file

@ -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"}]]

View file

@ -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"}]]