Skip to content

Commit b52d30c

Browse files
committed
chore(dialog/export): strange order with OPML
1 parent 99fd088 commit b52d30c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/client/src/widgets/dialogs/export.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ export default function ExportDialog() {
7979
values={[
8080
{ value: "html", label: t("export.format_html_zip") },
8181
{ value: "markdown", label: t("export.format_markdown") },
82-
{ value: "opml", label: t("export.format_opml") },
83-
{ value: "share", label: t("export.share-format") }
82+
{ value: "share", label: t("export.share-format") },
83+
{ value: "opml", label: t("export.format_opml") }
8484
]}
8585
/>
8686

0 commit comments

Comments
 (0)