Fixed typo

This commit is contained in:
incognitotgt 2023-12-30 20:50:10 -05:00
parent ec5aa81092
commit 6b034d0eeb
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ function Customization({ id, active }) {
const themes = [
{ id: "main", label: t("themes.main") },
{ id: "catppucinMocha", label: t("themes.catppuccinMocha") }
{ id: "catppuccinMocha", label: t("themes.catppuccinMocha") }
];
return (