fix: typo

This commit is contained in:
Siddharth Gelera (reaper)
2024-04-30 19:51:05 +05:30
committed by GitHub
parent ada5835c05
commit d6a70a8e3f
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ export function AppearanceForm() {
return (
<Card className="bg-transparent">
<CardHeader>
<CardTitle className="text-xl">Appareance</CardTitle>
<CardTitle className="text-xl">Appearance</CardTitle>
<CardDescription>
Customize the theme of your dashboard.
</CardDescription>

View File

@@ -33,7 +33,7 @@ export const SettingsLayout = ({ children }: Props) => {
href: "/dashboard/settings/profile",
},
{
title: "Appareance",
title: "Appearance",
label: "",
icon: Route,
href: "/dashboard/settings/appearance",