fix style

This commit is contained in:
rustdesk 2024-10-15 23:34:52 +08:00
parent 503a39a263
commit 27d095fd90
2 changed files with 5 additions and 5 deletions

View File

@ -143,19 +143,19 @@ const metadata = {
items={[
{
title: 'Step 1: Install Docker',
description: '<pre class="text-gray-600 dark:text-gray-500">bash <(wget -qO- https://get.docker.com)</pre>',
description: '<code class="text-gray-600 dark:text-gray-500">bash <(wget -qO- https://get.docker.com)</code>',
icon: 'tabler:package',
},
{
title: 'Step 2: Download compose.yml',
description: `<pre class="text-gray-600 dark:text-gray-500">wget rustdesk.com/oss.yml -O compose.yml</pre>
description: `<code class="text-gray-600 dark:text-gray-500">wget rustdesk.com/oss.yml -O compose.yml</code>
<p class="text-center text-sm">or</p>
<pre class="text-gray-600 dark:text-gray-500">wget rustdesk.com/pro.yml -O compose.yml</pre>`,
<code class="text-gray-600 dark:text-gray-500">wget rustdesk.com/pro.yml -O compose.yml</code>`,
icon: 'tabler:download',
},
{
title: `Step 3: Compose`,
description: '<pre class="text-gray-600 dark:text-gray-500">docker compose up -d</pre>',
description: '<code class="text-gray-600 dark:text-gray-500">docker compose up -d</code>',
icon: 'tabler:hammer',
},
{

View File

@ -43,7 +43,7 @@ const metadata = {
<Layout metadata={metadata}>
<Note
title="Note"
subtitle='This pricing is for <span class="text-xl text-blue-500">self-hosting</span>solution, it is <span class="text-3xl font-extrabold">NOT</span> a <span class="line-through text-xl text-blue-500">SaaS</span> subscription.'
subtitle='This pricing is for <span class="text-xl text-blue-500">self-hosting</span> solution, it is <span class="text-3xl font-extrabold">NOT</span> a <span class="line-through text-xl text-blue-500">SaaS</span> subscription.'
/>
<!-- Pricing Widget ******************* -->