diff --git a/web/app/docs/installation/page.tsx b/web/app/docs/installation/page.tsx index dc15858..099d763 100644 --- a/web/app/docs/installation/page.tsx +++ b/web/app/docs/installation/page.tsx @@ -7,20 +7,26 @@ export default function InstallationPage() { return (
-

Installing ProxMenux

+

Installing ProxMenux

-

Installation

-

To install ProxMenux, simply run the following command in your Proxmox server terminal:

- +

Installation

+

+ To install ProxMenux, simply run the following command in your Proxmox server terminal: +

+
+ +
-

How to Use

-

+

How to Use

+

Once installed, launch ProxMenux by running:

- +
+ +
-

Troubleshooting

-

+

Troubleshooting

+

If you encounter any issues during installation or usage, please check the{" "} GitHub Issues diff --git a/web/components/CopyableCode.tsx b/web/components/CopyableCode.tsx index 26c939f..255a7fc 100644 --- a/web/components/CopyableCode.tsx +++ b/web/components/CopyableCode.tsx @@ -25,16 +25,27 @@ const CopyableCode: React.FC = ({ code, language, className } } return ( -

-
-        
+    
+
+        {decodeURIComponent(code)}
       
)