Fixed typo
This commit is contained in:
parent
ec5aa81092
commit
6b034d0eeb
2 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ function Customization({ id, active }) {
|
||||||
|
|
||||||
const themes = [
|
const themes = [
|
||||||
{ id: "main", label: t("themes.main") },
|
{ id: "main", label: t("themes.main") },
|
||||||
{ id: "catppucinMocha", label: t("themes.catppuccinMocha") }
|
{ id: "catppuccinMocha", label: t("themes.catppuccinMocha") }
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue