Skip to content

Commit 7a75557

Browse files
committed
refactor: update stats
1 parent 6e39923 commit 7a75557

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

apps/website/components/pricing.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
PlusCircleIcon,
1010
PlusIcon,
1111
X,
12+
XCircleIcon,
1213
} from "lucide-react";
1314
import { useTranslations } from "next-intl";
1415
import Link from "next/link";
@@ -193,6 +194,12 @@ export function Pricing() {
193194
<span className="ml-2">{feature}</span>
194195
</li>
195196
))}
197+
<li className="flex text-muted-foreground">
198+
<XCircleIcon className="size-5 self-center text-destructive" />
199+
<span className="ml-3 text-destructive">
200+
Remote Servers Monitoring
201+
</span>
202+
</li>
196203
</ul>
197204
<div className="mt-4 flex flex-col gap-2">
198205
<div className="flex flex-col items-center justify-center gap-2">

apps/website/components/stats.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { useId } from "react";
44
import NumberTicker from "./ui/number-ticker";
55

66
const statsValues = {
7-
githubStars: 14500,
7+
githubStars: 16000,
88
dockerDownloads: 1000000,
9-
contributors: 124,
9+
contributors: 133,
1010
sponsors: 40,
1111
};
1212

apps/website/locales/en.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,9 @@
163163
"f3": "Unlimited Databases",
164164
"f4": "Unlimited Applications",
165165
"f5": "Unlimited Users",
166-
"f6": "Priority Support",
167-
"f7": "New Updates"
166+
"f6": "Remote Servers Monitoring",
167+
"f7": "Priority Support",
168+
"f8": "New Updates"
168169
},
169170
"go": "Subscribe"
170171
}

0 commit comments

Comments
 (0)