From 3095f788a2871e82b4a2797fb84b31e832f7a62e Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Mon, 9 Sep 2024 19:57:49 +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 2b67cc5..afa887f 100644 --- a/constants/index.tsx +++ b/constants/index.tsx @@ -49,7 +49,7 @@ export const NAVBAR = { export const stats = [ { title: "Docker pulls", - count: 18 + count: 19 }, { title: "GitHub stars",