@setoelkahfi / svara / commits / 503e41f

chore: indent

mellbacon committed May 21, 2024 at 18:25 UTC 503e41f61cbe98aab45b6ba697406b32db467143
1 file changed +3 -3
src/lib/Statusbar.svelte
+3 -3
@@ -24,9 +24,9 @@
24 }}
25 ]},
26 {name: "Notifications", content: NotificationList, icon: NotificationIcon, action: (t) => {toggleBottomPanel(t)}, options: [
27 - {name: "Mark all as Read", action: () => {markAllRead()}}],
28 - buttons: [
29 - {icon: TrashCan, title: "Clear Notifications", action: () => {clearNotifications()}}
27 + {name: "Mark all as Read", action: () => {markAllRead()}}],
28 + buttons: [
29 + {icon: TrashCan, title: "Clear Notifications", action: () => {clearNotifications()}}
30 ]}
31 ]
32