summaryrefslogtreecommitdiff
path: root/src/modules/sidebar/alerts.tsx
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-08 16:54:59 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-08 16:54:59 +1000
commitf178c361b35bd0aa668c732c75cd039af3fc6237 (patch)
treeafdafafb7c36b9751fda1ff2b9449c765d7ccbcf /src/modules/sidebar/alerts.tsx
parentnavbar: add special workspace toggles (diff)
downloadcaelestia-shell-f178c361b35bd0aa668c732c75cd039af3fc6237.tar.gz
caelestia-shell-f178c361b35bd0aa668c732c75cd039af3fc6237.tar.bz2
caelestia-shell-f178c361b35bd0aa668c732c75cd039af3fc6237.zip
sidebar: notifpane -> alerts
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>
);