diff --git a/apps/docs/content/docs/core/comparison.mdx b/apps/docs/content/docs/core/comparison.mdx index 7a3b2ad..371644c 100644 --- a/apps/docs/content/docs/core/comparison.mdx +++ b/apps/docs/content/docs/core/comparison.mdx @@ -25,6 +25,7 @@ Comparison of the following deployment tools: | **Notifications** | ✅ | ❌ | ❌ | ✅ | | **Multi Server Support** | ✅ | ❌ | ❌ | ✅ | | **Open Source Templates** | ✅ | ✅ | ❌ | ✅ | +| **Rollbacks** | ✅ | ✅ | ❌ | ✅ | | **Shared Enviroment Variables** | ✅ | ❌ | ❌ | ✅ | | **Schedules Jobs** | ✅ | ❌ | ❌ | ✅ | | **Cloudflare Tunnels** | ❌ | ❌ | ❌ | ✅ | diff --git a/apps/website/components/stats.tsx b/apps/website/components/stats.tsx index d37af65..f79fb81 100644 --- a/apps/website/components/stats.tsx +++ b/apps/website/components/stats.tsx @@ -4,7 +4,7 @@ import { useId } from "react"; import NumberTicker from "./ui/number-ticker"; const statsValues = { - githubStars: 20000, + githubStars: 21000, dockerDownloads: 1500000, contributors: 170, sponsors: 50,