From f52f46ed099cb69d5b5523505e4bae8c1a5f7325 Mon Sep 17 00:00:00 2001 From: Prince Rajpoot Date: Sat, 16 Sep 2023 21:22:53 +0530 Subject: [PATCH] minor changes --- packages/ui/components/icons/ClientIcon.tsx | 2 +- packages/ui/components/icons/ServerIcon.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/components/icons/ClientIcon.tsx b/packages/ui/components/icons/ClientIcon.tsx index 35d69dcaa..e698c95d0 100644 --- a/packages/ui/components/icons/ClientIcon.tsx +++ b/packages/ui/components/icons/ClientIcon.tsx @@ -7,7 +7,7 @@ const ClientIcon = (props: any) => ( xmlns="http://www.w3.org/2000/svg" {...props} > - + ); diff --git a/packages/ui/components/icons/ServerIcon.tsx b/packages/ui/components/icons/ServerIcon.tsx index d7e78cd56..466582e3b 100644 --- a/packages/ui/components/icons/ServerIcon.tsx +++ b/packages/ui/components/icons/ServerIcon.tsx @@ -7,7 +7,7 @@ const ServerIcon = (props: any) => ( xmlns="http://www.w3.org/2000/svg" {...props} > - + );