chore: update statistics in the about section
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m9s

This commit is contained in:
Dorian Niemiec 2024-12-17 17:06:16 +01:00
parent d8ebc39b56
commit c508a55b85

View file

@ -49,11 +49,11 @@ export const NAVBAR = {
export const stats = [ export const stats = [
{ {
title: "Docker pulls", title: "Docker pulls",
count: 128 count: 134
}, },
{ {
title: "GitHub stars", title: "GitHub stars",
count: 8 count: 14
}, },
{ {
title: "Powered servers", title: "Powered servers",
@ -61,7 +61,7 @@ export const stats = [
}, },
{ {
title: "Contributors", title: "Contributors",
count: 1 count: 2
} }
]; ];