From a460a6079254074f395d6fad6b27443bf2062093 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Wed, 11 Sep 2024 16:28:13 +0200 Subject: [PATCH] fix: update statistics in about section --- constants/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/index.tsx b/constants/index.tsx index afa887f..f440cd9 100644 --- a/constants/index.tsx +++ b/constants/index.tsx @@ -49,7 +49,7 @@ export const NAVBAR = { export const stats = [ { title: "Docker pulls", - count: 19 + count: 31 }, { title: "GitHub stars",