From c508a55b85e0af79bf9d1e6b268cb7a0033c1816 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Tue, 17 Dec 2024 17:06:16 +0100 Subject: [PATCH] chore: update statistics in the about section --- constants/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/constants/index.tsx b/constants/index.tsx index 1db893e..550478e 100644 --- a/constants/index.tsx +++ b/constants/index.tsx @@ -49,11 +49,11 @@ export const NAVBAR = { export const stats = [ { title: "Docker pulls", - count: 128 + count: 134 }, { title: "GitHub stars", - count: 8 + count: 14 }, { title: "Powered servers", @@ -61,7 +61,7 @@ export const stats = [ }, { title: "Contributors", - count: 1 + count: 2 } ];