Skip to content

Commit

Permalink
refactor: update stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Feb 3, 2025
1 parent 6e39923 commit 7a75557
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions apps/website/components/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
PlusCircleIcon,
PlusIcon,
X,
XCircleIcon,
} from "lucide-react";
import { useTranslations } from "next-intl";
import Link from "next/link";
Expand Down Expand Up @@ -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">
Expand Down
4 changes: 2 additions & 2 deletions apps/website/components/stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down
5 changes: 3 additions & 2 deletions apps/website/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 7a75557

Please sign in to comment.