From 67c7f6bfb0bfd95ab6e74353ed5323bb5bdb9b24 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Wed, 25 Sep 2024 16:06:02 +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 af8979f..8bcdd99 100644 --- a/constants/index.tsx +++ b/constants/index.tsx @@ -49,7 +49,7 @@ export const NAVBAR = { export const stats = [ { title: "Docker pulls", - count: 33 + count: 34 }, { title: "GitHub stars",