From 9201136cb13035d9e172e1b5f15b73e339e716e7 Mon Sep 17 00:00:00 2001 From: Pujit Mehrotra Date: Mon, 14 Oct 2024 12:12:59 -0400 Subject: [PATCH] refactor(NotificationsItem): component design & layout --- web/components/Notifications/Item.vue | 37 +++++++++++++++------------ 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/web/components/Notifications/Item.vue b/web/components/Notifications/Item.vue index 61997a402..7e738d45e 100644 --- a/web/components/Notifications/Item.vue +++ b/web/components/Notifications/Item.vue @@ -36,21 +36,34 @@ const icon = computed<{ component: Component, color: string } | null>(() => { \ No newline at end of file