From bb6ee0dc5814ab5b7ec1bcd46f436ffca9970667 Mon Sep 17 00:00:00 2001 From: Dustin Healy Date: Tue, 9 Sep 2025 11:19:52 -0700 Subject: [PATCH] feat: fix mismatched sizes for icons --- client/src/components/Prompts/Groups/DashGroupItem.tsx | 6 +++++- client/src/components/Prompts/Groups/ListCard.tsx | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/client/src/components/Prompts/Groups/DashGroupItem.tsx b/client/src/components/Prompts/Groups/DashGroupItem.tsx index 3e906fba8c..688c7a0bbb 100644 --- a/client/src/components/Prompts/Groups/DashGroupItem.tsx +++ b/client/src/components/Prompts/Groups/DashGroupItem.tsx @@ -93,7 +93,11 @@ function DashGroupItemComponent({ group, instanceProjectId }: DashGroupItemProps >
-