mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 13:30:00 -04:00
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 = [
|
||||
{ id: "main", label: t("themes.main") },
|
||||
{ id: "catppucinMocha", label: t("themes.catppuccinMocha") }
|
||||
{ id: "catppuccinMocha", label: t("themes.catppuccinMocha") }
|
||||
];
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue