From 55989c5753c7679ddd264cb3a6310aa10c535fb8 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 10 Nov 2024 09:54:11 +0100 Subject: [PATCH] Update landing-sweet-spot.tsx --- website/src/refine-theme/landing-sweet-spot.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/refine-theme/landing-sweet-spot.tsx b/website/src/refine-theme/landing-sweet-spot.tsx index 1d48afd2..4ba6d1c2 100644 --- a/website/src/refine-theme/landing-sweet-spot.tsx +++ b/website/src/refine-theme/landing-sweet-spot.tsx @@ -320,7 +320,7 @@ export const LandingSweetSpot: FC = ({ className }) => { const list = [ { title: "Nginx or Apache web server", - description: `For each user you can choose Nginx or Apache web server. *LiteSpeed will also be added in future.`, + description: `For each user you can choose to use Nginx or Apache web server.`, icon: (props: { active: boolean }) => ( @@ -370,7 +370,7 @@ const list = [ }, { title: "Separate MySQL instances", - description: `Each user has their own MySQL instance and can edit configuration settings for their databases.`, + description: `Each user has their own MySQL or MariaDB instance and can edit configuration settings for their databases.`, icon: (props: { active: boolean }) => (