From 31a5727d4a159f65b17c8241a59319f42fbe463d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 15 May 2025 12:07:48 +0200 Subject: [PATCH] Update index.tsx --- website/src/pages/install/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/pages/install/index.tsx b/website/src/pages/install/index.tsx index cc875eb9..7b712c86 100644 --- a/website/src/pages/install/index.tsx +++ b/website/src/pages/install/index.tsx @@ -77,7 +77,7 @@ const Install: React.FC = () => {

Connect to your server as root via SSH and run the following command:

-
{generateInstallCommand()}
+
{generateInstallCommand()}
@@ -92,7 +92,7 @@ const Install: React.FC = () => { name={key} value={config.value as string} onChange={handleInputChange} - className="mr-2 w-40" + className="mr-2 w-40 px-1 py-2 text-sm dark:placeholder-gray-500 placeholder-gray-400 dark:text-gray-500 text-gray-400 dark:bg-gray-900 bg-white border dark:border-gray-700 border-gray-300 rounded-lg resize-none" > {config.options?.map(option => (