fix: swap import/export icons
This commit is contained in:
@@ -53,13 +53,13 @@ function SettingsPage() {
|
|||||||
label: t("settings.import"),
|
label: t("settings.import"),
|
||||||
description: t("settings.importDesc"),
|
description: t("settings.importDesc"),
|
||||||
to: "/settings/import",
|
to: "/settings/import",
|
||||||
icon: <Download className="size-4" />,
|
icon: <Upload className="size-4" />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: t("settings.export"),
|
label: t("settings.export"),
|
||||||
description: t("settings.exportDesc"),
|
description: t("settings.exportDesc"),
|
||||||
to: "/settings/export",
|
to: "/settings/export",
|
||||||
icon: <Upload className="size-4" />,
|
icon: <Download className="size-4" />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: t("settings.yearWrapUp"),
|
label: t("settings.yearWrapUp"),
|
||||||
|
|||||||
Reference in New Issue
Block a user