From 2e9e29eb38e1d27cd93aebde3173ac7033190364 Mon Sep 17 00:00:00 2001 From: Palash gupta Date: Fri, 20 May 2022 14:02:46 +0530 Subject: [PATCH] fix: tag style is updated --- frontend/src/container/SideNav/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/container/SideNav/index.tsx b/frontend/src/container/SideNav/index.tsx index a398f4c537..e322fcb7e2 100644 --- a/frontend/src/container/SideNav/index.tsx +++ b/frontend/src/container/SideNav/index.tsx @@ -107,8 +107,8 @@ function SideNav(): JSX.Element { {name} {tags && tags.map((e) => ( - - {e} + + {e} ))}