Update index.tsx

This commit is contained in:
Stefan Pejcic 2024-06-01 15:40:55 +02:00 committed by GitHub
parent 384c967a24
commit 83f589bcd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@ const Install: React.FC = () => {
<div className="flex-1 flex flex-col pt-8 lg:pt-16 pb-32 max-w-[800px] w-full mx-auto px-2">
<h1>Installation</h1>
<p>Connect to your server as root via SSH and run the following command:</p>
<p className="mb-0">Connect to your server as root via SSH and run the following command:</p>
<div className="mb-0">
<pre className="my-0" style={{ whiteSpace: "pre-wrap" }}>{generateInstallCommand()}</pre>