mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: typo
This commit is contained in:
committed by
GitHub
parent
ada5835c05
commit
d6a70a8e3f
@@ -57,7 +57,7 @@ export function AppearanceForm() {
|
|||||||
return (
|
return (
|
||||||
<Card className="bg-transparent">
|
<Card className="bg-transparent">
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle className="text-xl">Appareance</CardTitle>
|
<CardTitle className="text-xl">Appearance</CardTitle>
|
||||||
<CardDescription>
|
<CardDescription>
|
||||||
Customize the theme of your dashboard.
|
Customize the theme of your dashboard.
|
||||||
</CardDescription>
|
</CardDescription>
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ export const SettingsLayout = ({ children }: Props) => {
|
|||||||
href: "/dashboard/settings/profile",
|
href: "/dashboard/settings/profile",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Appareance",
|
title: "Appearance",
|
||||||
label: "",
|
label: "",
|
||||||
icon: Route,
|
icon: Route,
|
||||||
href: "/dashboard/settings/appearance",
|
href: "/dashboard/settings/appearance",
|
||||||
|
|||||||
Reference in New Issue
Block a user