From 47c385a75e57afcc85a73b6fa47a1a5fbc5827b1 Mon Sep 17 00:00:00 2001 From: Rizon Date: Sun, 31 May 2026 21:06:15 +0100 Subject: [PATCH 1/2] fix: uptime SLA --- packages/ui/components/Layouts/Home/about.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/components/Layouts/Home/about.tsx b/packages/ui/components/Layouts/Home/about.tsx index 5c59deb..c35228e 100644 --- a/packages/ui/components/Layouts/Home/about.tsx +++ b/packages/ui/components/Layouts/Home/about.tsx @@ -14,7 +14,7 @@ export function About() { { value: "3+", label: t("about.stats.locations"), icon: Globe }, { value: "Always on", label: t("about.stats.ddos"), icon: Shield }, { value: "~1 Gbps", label: t("about.stats.network"), icon: Zap }, - { value: "99.9%", label: t("about.stats.uptime"), icon: Server }, + { value: "99.6%", label: t("about.stats.uptime"), icon: Server }, ] const values = [ From 34ca8421f4d29f28633f69a33091c03e0cad6cd7 Mon Sep 17 00:00:00 2001 From: Rizon Date: Sat, 13 Jun 2026 23:08:55 +0100 Subject: [PATCH 2/2] chore: update tracking ID --- packages/core/lib/gtag.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/lib/gtag.ts b/packages/core/lib/gtag.ts index 9c1cfc8..0567616 100644 --- a/packages/core/lib/gtag.ts +++ b/packages/core/lib/gtag.ts @@ -1,4 +1,4 @@ -export const GOOGLE_ADS_ID = "AW-16740819749" +export const GOOGLE_ADS_ID = "G-8Z90P6HG3T" /** Send-to labels for each conversion goal */ export const CONVERSION_IDS = {