Update landing-sweet-spot.tsx

This commit is contained in:
Stefan Pejcic 2024-11-14 11:30:29 +01:00 committed by GitHub
parent 5bc5272b05
commit 9f07cd9f74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -369,7 +369,7 @@ const list = [
"dark:bg-landing-sweet-spot-glow-orange-dark bg-landing-sweet-spot-glow-orange-light", "dark:bg-landing-sweet-spot-glow-orange-dark bg-landing-sweet-spot-glow-orange-light",
}, },
{ {
title: "Separate MySQL instances", title: "Separate MySQL or MariaDB servers",
description: `Each user has their own MySQL or MariaDB 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 }) => ( icon: (props: { active: boolean }) => (
<svg width="24" height="24" viewBox="0 -2 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid"> <svg width="24" height="24" viewBox="0 -2 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
@ -439,7 +439,7 @@ const list = [
"dark:bg-landing-sweet-spot-glow-cyan-dark bg-landing-sweet-spot-glow-cyan-light", "dark:bg-landing-sweet-spot-glow-cyan-dark bg-landing-sweet-spot-glow-cyan-light",
}, },
{ {
title: "PHP, Python and NodeJS", title: "PHP, Java, Python, NodeJS",
description: `Each user can install PHP versions, edit .ini files and set versions per domain name.`, description: `Each user can install PHP versions, edit .ini files and set versions per domain name.`,
icon: (props: { active: boolean }) => ( icon: (props: { active: boolean }) => (
<svg viewBox="0 0 256 134" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" width="24" height="24"> <svg viewBox="0 0 256 134" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" width="24" height="24">
@ -465,8 +465,8 @@ const list = [
"dark:bg-landing-sweet-spot-glow-blue-dark bg-landing-sweet-spot-glow-blue-light", "dark:bg-landing-sweet-spot-glow-blue-dark bg-landing-sweet-spot-glow-blue-light",
}, },
{ {
title: "ModSecurity & Firewall", title: "CSF or UFW",
description: `Each user can enable/disable ModSecurity for their websites or block IP addresses per domain name.`, description: `OpenPanel supports both Uncomplicated Firewall and ConfigServer Security and Firewall (CSF).`,
icon: (props: { active: boolean }) => ( icon: (props: { active: boolean }) => (
<AuthenticationIcon <AuthenticationIcon
className={clsx( className={clsx(