Merge pull request #27 from Tirzono/fix-notification-typo

fix: change Notificaiton to Notification
This commit is contained in:
Mohamad Tarbin
2026-01-25 19:59:27 -05:00
committed by GitHub

View File

@@ -280,11 +280,12 @@ const NotificationSetting = () => {
} }
} }
return ( return (
<SettingsLayout title='Notification Settings'> <SettingsLayout title='Notification Settings'>
<div className='grid gap-4 py-4' id='notifications'> <div className='grid gap-4 py-4' id='notifications'>
<Typography level='h3'>Device Notification</Typography> <Typography level='h3'>Device Notification</Typography>
<Divider /> <Divider />
<Typography level='body-md'>Manage your Device Notificaiton</Typography> <Typography level='body-md'>Manage your Device Notification</Typography>
<FormControl orientation='horizontal'> <FormControl orientation='horizontal'>
<Switch <Switch