diff options
Diffstat (limited to 'src/modules/sidebar/dashboard.tsx')
| -rw-r--r-- | src/modules/sidebar/dashboard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/sidebar/dashboard.tsx b/src/modules/sidebar/dashboard.tsx index 936502b..d1d1185 100644 --- a/src/modules/sidebar/dashboard.tsx +++ b/src/modules/sidebar/dashboard.tsx @@ -127,7 +127,7 @@ export default () => ( <Media player={p} /> ))} <box className="separator" /> - <Notifications /> + <Notifications compact /> <box className="separator" /> <Upcoming /> </box> |