From 796f0ea66bf657d1d4153acd0aa3cee1b20859bb Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 12 Aug 2022 11:49:15 +0200 Subject: [PATCH] change(ui) - header logo changes --- frontend/app/components/shared/AnimatedSVG/AnimatedSVG.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/shared/AnimatedSVG/AnimatedSVG.tsx b/frontend/app/components/shared/AnimatedSVG/AnimatedSVG.tsx index dc70cdb4c..114cba1e9 100644 --- a/frontend/app/components/shared/AnimatedSVG/AnimatedSVG.tsx +++ b/frontend/app/components/shared/AnimatedSVG/AnimatedSVG.tsx @@ -40,7 +40,7 @@ function AnimatedSVG(props: Props) { case ICONS.EMPTY_STATE: return ; case ICONS.LOGO_SMALL: - return ; + return ; case ICONS.NO_RESULTS: return ; case ICONS.SIGNAL_GREEN: