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 +}