Merge pull request #9 from barelyhuman/fix/typo

Thank you!
This commit is contained in:
Mauricio Siu
2024-04-30 14:06:05 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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",