Skip to content

Commit 1ba16c5

Browse files
authored
Merge branch 'master' into feat/ecosystem-filter-ai
2 parents 00a7916 + d0e19b1 commit 1ba16c5

39 files changed

+322
-3
lines changed
17.1 KB
Loading
22.4 KB
Loading
Loading
6.98 KB
Loading
3.69 KB
Loading
+12
Loading
164 KB
Loading
Loading
3.71 KB
Loading
Loading
1.92 KB
Loading
15.4 KB
Loading
5.8 KB
Loading
+3
Loading
11.2 KB
Loading
470 KB
Loading
23.1 KB
Loading
Loading
-60.1 KB
Binary file not shown.
980 Bytes
Binary file not shown.
4.82 KB
Loading
Loading
Loading
Loading
7.14 KB
Loading
Loading
54.5 KB
Loading
21.9 KB
Loading
6.78 KB
Loading
2.94 KB
Loading
Loading
12.4 KB
Loading
43.2 KB
Loading
25.5 KB
Loading
2.94 KB
Loading
28.6 KB
Loading

apps/web/src/components/base-org/root/SlidingTextSection/index.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import { CSSProperties, useRef } from 'react';
88
export default function SlidingTextSection() {
99
const containerRef = useRef<HTMLDivElement>(null);
1010

11-
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 สำหรับทุกคน - Бейз для каждого - Бейз для кожного - Base ist für alle - Base herkes içindir - ';
11+
const text =
12+
' 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 สำหรับทุกคน - Бейз для каждого - Бейз для кожного - Base ist für alle - Base herkes içindir - బేస్ అందరి కోసం - बेस सबके लिए है - Base é para todos - Base bụ maka onye ọ bụla - Base jẹ fun gbogbo eniyan - Base na kowa - Base ist für alle - Base jest dla każdego - Base is voor iedereen - ';
1213

1314
const containerClasses = classNames(
1415
'relative w-full overflow-hidden rounded-2xl bg-blue p-8',

0 commit comments

Comments
 (0)