Merge pull request #27 from Tirzono/fix-notification-typo
fix: change Notificaiton to Notification
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user