diff --git a/src/assets/sponsors/crowdin-logo-dark.svg b/src/assets/sponsors/crowdin-logo-dark.svg
new file mode 100644
index 0000000..c832f54
--- /dev/null
+++ b/src/assets/sponsors/crowdin-logo-dark.svg
@@ -0,0 +1,18 @@
+
\ No newline at end of file
diff --git a/src/components/Sponsors.astro b/src/components/Sponsors.astro
index 73d068a..92a44e8 100644
--- a/src/components/Sponsors.astro
+++ b/src/components/Sponsors.astro
@@ -6,6 +6,7 @@ const locale = getLocale(Astro)
import tutaLogo from '~/assets/sponsors/tutaLogo-dark.svg'
import blacksmithLogo from '~/assets/sponsors/blacksmith-logo-dark.svg'
+import crowdinLogo from '~/assets/sponsors/crowdin-logo-dark.svg'
import Image from 'astro/components/Image.astro'
const { showSponsors = true } = Astro.props
@@ -18,18 +19,20 @@ const {
---