File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 99 PlusCircleIcon ,
1010 PlusIcon ,
1111 X ,
12+ XCircleIcon ,
1213} from "lucide-react" ;
1314import { useTranslations } from "next-intl" ;
1415import 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" >
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import { useId } from "react";
44import NumberTicker from "./ui/number-ticker" ;
55
66const statsValues = {
7- githubStars : 14500 ,
7+ githubStars : 16000 ,
88 dockerDownloads : 1000000 ,
9- contributors : 124 ,
9+ contributors : 133 ,
1010 sponsors : 40 ,
1111} ;
1212
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments