chore: update statistics in the about section
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m9s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m9s
This commit is contained in:
parent
d8ebc39b56
commit
c508a55b85
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue