From 6db2b9db341514daf3d8a9431f1ced13eae7271f Mon Sep 17 00:00:00 2001 From: Brandon Garvajal Date: Sat, 23 Nov 2024 23:03:12 +0700 Subject: [PATCH] chore: add German translation of "Base is for everyone" on homepage --- .../src/components/base-org/root/SlidingTextSection/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/base-org/root/SlidingTextSection/index.tsx b/apps/web/src/components/base-org/root/SlidingTextSection/index.tsx index 4e8d74826a..d6f3550d84 100644 --- a/apps/web/src/components/base-org/root/SlidingTextSection/index.tsx +++ b/apps/web/src/components/base-org/root/SlidingTextSection/index.tsx @@ -9,7 +9,7 @@ export default function SlidingTextSection() { const containerRef = useRef(null); const text = - ' Base is for everyone - القاعدة للجميع - Base es para todos - 基地适合所有人 - La Base è per tutti - Base est pour tout le monde - Base ni ya kila mtu - '; + ' Base is for everyone - القاعدة للجميع - Base es para todos - 基地适合所有人 - La Base è per tutti - Base est pour tout le monde - Base ni ya kila mtu - Base ist für alle - '; const containerClasses = classNames( 'relative w-full overflow-hidden rounded-2xl bg-blue p-8',