From 47f86122df654ed069c8141cc347ab94e8b1c8d7 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Tue, 1 Oct 2024 18:04:40 +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 8bcdd99..f083c85 100644 --- a/constants/index.tsx +++ b/constants/index.tsx @@ -49,7 +49,7 @@ export const NAVBAR = { export const stats = [ { title: "Docker pulls", - count: 34 + count: 60 }, { title: "GitHub stars",