From 27d095fd902de790f3e209834de2ece0dc77de82 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 15 Oct 2024 23:34:52 +0800 Subject: [PATCH] fix style --- v3/src/pages/index.astro | 8 ++++---- v3/src/pages/pricing.astro | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/v3/src/pages/index.astro b/v3/src/pages/index.astro index e0af21c..f2df890 100644 --- a/v3/src/pages/index.astro +++ b/v3/src/pages/index.astro @@ -143,19 +143,19 @@ const metadata = { items={[ { title: 'Step 1: Install Docker', - description: '
bash <(wget -qO- https://get.docker.com)
', + description: 'bash <(wget -qO- https://get.docker.com)', icon: 'tabler:package', }, { title: 'Step 2: Download compose.yml', - description: `
wget rustdesk.com/oss.yml -O compose.yml
+ description: `wget rustdesk.com/oss.yml -O compose.yml

or

-
wget rustdesk.com/pro.yml -O compose.yml
`, + wget rustdesk.com/pro.yml -O compose.yml`, icon: 'tabler:download', }, { title: `Step 3: Compose`, - description: '
docker compose up -d
', + description: 'docker compose up -d', icon: 'tabler:hammer', }, { diff --git a/v3/src/pages/pricing.astro b/v3/src/pages/pricing.astro index 7d57db1..2ba5251 100644 --- a/v3/src/pages/pricing.astro +++ b/v3/src/pages/pricing.astro @@ -43,7 +43,7 @@ const metadata = {