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