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 ( -
{command}
+
+ {/* Command Display Section */}
+ {command}