From 49156c358ac241b02852efcee36c1cf7b59fd997 Mon Sep 17 00:00:00 2001 From: Hager Eldakroury Date: Mon, 27 May 2024 14:37:06 +0300 Subject: [PATCH] fix(SLB-306): update breakpoint --- .../ui/src/components/Organisms/PageContent/BlockInfoGrid.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/components/Organisms/PageContent/BlockInfoGrid.tsx b/packages/ui/src/components/Organisms/PageContent/BlockInfoGrid.tsx index 3ca030ab3..cbd7d6df0 100644 --- a/packages/ui/src/components/Organisms/PageContent/BlockInfoGrid.tsx +++ b/packages/ui/src/components/Organisms/PageContent/BlockInfoGrid.tsx @@ -11,13 +11,13 @@ export function BlockInfoGrid(props: BlockInfoGridFragment) {
{props.gridItems.map((item, index) => (
{item?.icon && iconMap[item?.icon]}