mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
refactor: update stats
This commit is contained in:
@@ -9,6 +9,7 @@ import {
|
||||
PlusCircleIcon,
|
||||
PlusIcon,
|
||||
X,
|
||||
XCircleIcon,
|
||||
} from "lucide-react";
|
||||
import { useTranslations } from "next-intl";
|
||||
import Link from "next/link";
|
||||
@@ -193,6 +194,12 @@ export function Pricing() {
|
||||
<span className="ml-2">{feature}</span>
|
||||
</li>
|
||||
))}
|
||||
<li className="flex text-muted-foreground">
|
||||
<XCircleIcon className="size-5 self-center text-destructive" />
|
||||
<span className="ml-3 text-destructive">
|
||||
Remote Servers Monitoring
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
<div className="mt-4 flex flex-col gap-2">
|
||||
<div className="flex flex-col items-center justify-center gap-2">
|
||||
|
||||
@@ -4,9 +4,9 @@ import { useId } from "react";
|
||||
import NumberTicker from "./ui/number-ticker";
|
||||
|
||||
const statsValues = {
|
||||
githubStars: 14500,
|
||||
githubStars: 16000,
|
||||
dockerDownloads: 1000000,
|
||||
contributors: 124,
|
||||
contributors: 133,
|
||||
sponsors: 40,
|
||||
};
|
||||
|
||||
|
||||
@@ -163,8 +163,9 @@
|
||||
"f3": "Unlimited Databases",
|
||||
"f4": "Unlimited Applications",
|
||||
"f5": "Unlimited Users",
|
||||
"f6": "Priority Support",
|
||||
"f7": "New Updates"
|
||||
"f6": "Remote Servers Monitoring",
|
||||
"f7": "Priority Support",
|
||||
"f8": "New Updates"
|
||||
},
|
||||
"go": "Subscribe"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user