From 764c496e2402a069108f2b3993a0a2e098c56139 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Fri, 13 Sep 2024 04:48:45 +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 f440cd9..e864a5a 100644 --- a/constants/index.tsx +++ b/constants/index.tsx @@ -49,7 +49,7 @@ export const NAVBAR = { export const stats = [ { title: "Docker pulls", - count: 31 + count: 32 }, { title: "GitHub stars",