From 65060cc386861bb622b5cd769c5a97a3fb6ede17 Mon Sep 17 00:00:00 2001 From: Ishaan Sehgal Date: Mon, 20 Jan 2025 06:21:17 -0800 Subject: [PATCH] fix: Use JSX (#1753) --- frontend/src/components/icons/PaperClip.tsx | 4 ++-- frontend/src/components/icons/Pencil.tsx | 4 ++-- frontend/src/components/icons/Search.tsx | 4 ++-- frontend/src/components/icons/Send.tsx | 4 ++-- frontend/src/components/icons/Settings.tsx | 8 ++++---- frontend/src/components/icons/Sidebar.tsx | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/src/components/icons/PaperClip.tsx b/frontend/src/components/icons/PaperClip.tsx index b0a236cbd9..1492e6ecff 100644 --- a/frontend/src/components/icons/PaperClip.tsx +++ b/frontend/src/components/icons/PaperClip.tsx @@ -9,8 +9,8 @@ export const PaperClip = ({ className }: { className?: string }) => { xmlns="http://www.w3.org/2000/svg" > diff --git a/frontend/src/components/icons/Pencil.tsx b/frontend/src/components/icons/Pencil.tsx index 5603fc8655..3755eda1e9 100644 --- a/frontend/src/components/icons/Pencil.tsx +++ b/frontend/src/components/icons/Pencil.tsx @@ -9,8 +9,8 @@ export const Pencil = ({ className }: { className?: string }) => { className={className} > diff --git a/frontend/src/components/icons/Search.tsx b/frontend/src/components/icons/Search.tsx index a2872260c0..c9ea2706a6 100644 --- a/frontend/src/components/icons/Search.tsx +++ b/frontend/src/components/icons/Search.tsx @@ -9,8 +9,8 @@ export const Search = ({ className }: { className?: string }) => { xmlns="http://www.w3.org/2000/svg" > diff --git a/frontend/src/components/icons/Send.tsx b/frontend/src/components/icons/Send.tsx index 0d84f548a4..8992e269f6 100644 --- a/frontend/src/components/icons/Send.tsx +++ b/frontend/src/components/icons/Send.tsx @@ -9,8 +9,8 @@ export const Send = ({ className }: { className?: string }) => { xmlns="http://www.w3.org/2000/svg" > diff --git a/frontend/src/components/icons/Settings.tsx b/frontend/src/components/icons/Settings.tsx index 1ba7713462..090e66f22a 100644 --- a/frontend/src/components/icons/Settings.tsx +++ b/frontend/src/components/icons/Settings.tsx @@ -9,14 +9,14 @@ export const Settings = ({ className }: { className?: string }) => { xmlns="http://www.w3.org/2000/svg" > diff --git a/frontend/src/components/icons/Sidebar.tsx b/frontend/src/components/icons/Sidebar.tsx index 29ebe9dde5..0bc9b2fdf6 100644 --- a/frontend/src/components/icons/Sidebar.tsx +++ b/frontend/src/components/icons/Sidebar.tsx @@ -9,8 +9,8 @@ export const Sidebar = ({ className }: { className?: string }) => { xmlns="http://www.w3.org/2000/svg" >