From 402196967f54fa1a2be273cf728509aa97255aea Mon Sep 17 00:00:00 2001 From: Rohit Nayak Date: Sat, 8 Feb 2025 20:31:01 +0100 Subject: [PATCH] prettier Signed-off-by: Rohit Nayak --- web/vtadmin/src/components/VitessLogo.tsx | 81 ++++++++++++++--------- 1 file changed, 48 insertions(+), 33 deletions(-) diff --git a/web/vtadmin/src/components/VitessLogo.tsx b/web/vtadmin/src/components/VitessLogo.tsx index 1e1c2ffa718..bfb183f024d 100644 --- a/web/vtadmin/src/components/VitessLogo.tsx +++ b/web/vtadmin/src/components/VitessLogo.tsx @@ -2,40 +2,55 @@ import React from 'react'; const VitessLogo: React.FC<{ className?: string }> = ({ className }) => { return ( - - - - - - - - - - - - - - + + + + + + + + + + + + + + - ); };