diff options
Diffstat (limited to '')
| -rw-r--r-- | src/modules/sidebar/alerts.tsx (renamed from src/modules/sidebar/notifpane.tsx) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/sidebar/notifpane.tsx b/src/modules/sidebar/alerts.tsx index 79290e2..3dd4b5a 100644 --- a/src/modules/sidebar/notifpane.tsx +++ b/src/modules/sidebar/alerts.tsx @@ -1,7 +1,7 @@ import Notifications from "./modules/notifications"; export default () => ( - <box vertical className="pane notifpane" name="notifpane"> + <box vertical className="pane alerts" name="alerts"> <Notifications /> </box> ); |