From 408778f5c268d1d453d7cd5ee404816c742970ab Mon Sep 17 00:00:00 2001 From: anim001k <140460766+anim001k@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:27:26 +0100 Subject: [PATCH] Update index.tsx --- .../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 7cf9f7720a..bd2f1f12ec 100644 --- a/apps/web/src/components/base-org/root/SlidingTextSection/index.tsx +++ b/apps/web/src/components/base-org/root/SlidingTextSection/index.tsx @@ -8,7 +8,7 @@ import { CSSProperties, useRef } from 'react'; 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 yɛ ma obiara - Base nye amesiame tɔ - Base ji he ni mɔ fɛɛ mɔ yɔɔ - Base är för alla - Base สำหรับทุกคน - '; + 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 yɛ ma obiara - Base nye amesiame tɔ - Base ji he ni mɔ fɛɛ mɔ yɔɔ - Base är för alla - Base สำหรับทุกคน - Бейз для каждого - Бейз для кожного - '; const containerClasses = classNames( 'relative w-full overflow-hidden rounded-2xl bg-blue p-8',