From 4ce256ae352bc85015729946bcdcf1fcb9f3ec46 Mon Sep 17 00:00:00 2001 From: eshanized Date: Fri, 27 Dec 2024 21:15:02 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20style(truncate):=20beautify=20the?= =?UTF-8?q?=20terminal=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/InstallGuide.tsx | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/src/components/InstallGuide.tsx b/src/components/InstallGuide.tsx index 5ee2db0..2537374 100644 --- a/src/components/InstallGuide.tsx +++ b/src/components/InstallGuide.tsx @@ -17,21 +17,31 @@ export function InstallGuide({ packageName }: InstallGuideProps) { }; return ( -
-
- - Installation Command +
+ {/* Title Section */} +
+ + + Installation Command +
-
- {command} + + {/* Command Display Section */} +
+ {command}
); -} \ No newline at end of file +}