From b9081cf7860fdd67f884d1fa59eece2f319a55e6 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 6 Feb 2024 11:19:06 +0100 Subject: [PATCH] Update vite.tsx --- .../refine-theme/icons/landing-hero/vite.tsx | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/documentation/src/refine-theme/icons/landing-hero/vite.tsx b/documentation/src/refine-theme/icons/landing-hero/vite.tsx index f41788ef..7cbfa1fd 100644 --- a/documentation/src/refine-theme/icons/landing-hero/vite.tsx +++ b/documentation/src/refine-theme/icons/landing-hero/vite.tsx @@ -4,19 +4,15 @@ export const LandingHeroViteIcon = (props: React.SVGProps) => ( - - - - - - - + + + + );