diff --git a/src/app/[locale]/HomePageClient.tsx b/src/app/[locale]/HomePageClient.tsx
index 1cfe81dc..2092959c 100644
--- a/src/app/[locale]/HomePageClient.tsx
+++ b/src/app/[locale]/HomePageClient.tsx
@@ -20,9 +20,9 @@ export default function HomePageClient({
+
-
diff --git a/src/app/[locale]/__tests__/__snapshots__/page.test.tsx.snap b/src/app/[locale]/__tests__/__snapshots__/page.test.tsx.snap
index b83470a0..c641ce5a 100644
--- a/src/app/[locale]/__tests__/__snapshots__/page.test.tsx.snap
+++ b/src/app/[locale]/__tests__/__snapshots__/page.test.tsx.snap
@@ -239,6 +239,50 @@ exports[`Index page > renders correctly 1`] = `
+
@@ -572,50 +616,6 @@ exports[`Index page > renders correctly 1`] = `
-
diff --git a/src/components/DownloadCounter/index.tsx b/src/components/DownloadCounter/index.tsx
index f9292b24..1b1bb2ad 100644
--- a/src/components/DownloadCounter/index.tsx
+++ b/src/components/DownloadCounter/index.tsx
@@ -54,17 +54,17 @@ const DownloadCounter = ({ total }: DownloadCounterProps) => {
}, [animate, endValue, startValue, duration])
return (
-
+
-
+
{t('title')}
-
+
{count.toLocaleString()}
-
+
{t('total-download-docker-pulls-ever')}