From 4bcfff52bce955aade8c444479ba37b1782b2593 Mon Sep 17 00:00:00 2001 From: Christopher Date: Thu, 22 Jan 2026 05:47:06 -0800 Subject: [PATCH] feat: replace SynapsisLogo SVG with styled span for improved performance and consistency --- src/components/Icons.tsx | 43 +++++++++++++++++----------------------- 1 file changed, 18 insertions(+), 25 deletions(-) diff --git a/src/components/Icons.tsx b/src/components/Icons.tsx index a0269ed..e9b2e19 100644 --- a/src/components/Icons.tsx +++ b/src/components/Icons.tsx @@ -79,31 +79,24 @@ export const UsersIcon = () => ( ); export const SynapsisLogo = () => ( - - - - - - - - - - - - - - - + ); export const ArrowLeftIcon = () => (