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:
parent
3a859f2347
commit
706f91db39
2 changed files with 4 additions and 4 deletions
|
@ -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"}]]
|
||||
|
||||
|
|
|
@ -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"}]]
|
||||
|
||||
|
|
Loading…
Reference in a new issue