From 11ce9e26449e4b3448ccf94d6f90ae17631350e4 Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Mon, 16 Dec 2024 14:31:48 -0500 Subject: [PATCH] fix: revert changes to indicator.vue --- web/components/Notifications/Indicator.vue | 32 ++++++++-------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/web/components/Notifications/Indicator.vue b/web/components/Notifications/Indicator.vue index cf914a12f..f1aa90bc8 100644 --- a/web/components/Notifications/Indicator.vue +++ b/web/components/Notifications/Indicator.vue @@ -39,24 +39,16 @@ const icon = computed<{ component: Component; color: string } | null>(() => { + \ No newline at end of file