From d6a70a8e3fe5ba7aee8f595e0e92bd0b109b37e0 Mon Sep 17 00:00:00 2001 From: "Siddharth Gelera (reaper)" Date: Tue, 30 Apr 2024 19:51:05 +0530 Subject: [PATCH] fix: typo --- components/dashboard/settings/appearance-form.tsx | 2 +- components/layouts/settings-layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dashboard/settings/appearance-form.tsx b/components/dashboard/settings/appearance-form.tsx index f0b4e788..6623e5a2 100644 --- a/components/dashboard/settings/appearance-form.tsx +++ b/components/dashboard/settings/appearance-form.tsx @@ -57,7 +57,7 @@ export function AppearanceForm() { return ( - Appareance + Appearance Customize the theme of your dashboard. diff --git a/components/layouts/settings-layout.tsx b/components/layouts/settings-layout.tsx index 3e6985cb..094bf40e 100644 --- a/components/layouts/settings-layout.tsx +++ b/components/layouts/settings-layout.tsx @@ -33,7 +33,7 @@ export const SettingsLayout = ({ children }: Props) => { href: "/dashboard/settings/profile", }, { - title: "Appareance", + title: "Appearance", label: "", icon: Route, href: "/dashboard/settings/appearance",