From 70560b0286479d09e2166374ef288dee1a6104f2 Mon Sep 17 00:00:00 2001 From: Ramin Date: Tue, 9 Jul 2024 22:37:11 +0530 Subject: [PATCH] fix: release --- src/components/DataBlock.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/DataBlock.tsx b/src/components/DataBlock.tsx index 5c19f3b..ee0357b 100644 --- a/src/components/DataBlock.tsx +++ b/src/components/DataBlock.tsx @@ -14,6 +14,7 @@ interface IDataBlockProps { } const DataBlockContainer = styled.div``; + const TitleContainer = styled.div` display: flex; align-items: center;