Skip to content

Commit 23fbe4b

Browse files
committed
.g
1 parent b01bbab commit 23fbe4b

1 file changed

Lines changed: 37 additions & 2 deletions

File tree

app/(default)/(project)/kai0/page.tsx

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,30 @@ export default function Home() {
117117
Report
118118
</h2>
119119
<h2 className="flex-1 break-words">
120-
Available in Late January 2026
120+
<Link
121+
className="text-o-blue animated-underline hover:text-o-blue"
122+
href="https://arxiv.org/abs/2602.09021"
123+
target="_blank"
124+
>
125+
2602.09021
126+
</Link>
127+
</h2>
128+
</div>
129+
{/* Repository */}
130+
<div className="flex flex-row gap-6 md:gap-10 xl:gap-20 2xl:gap-40">
131+
<h2 className="whitespace-nowrap shrink-0 w-[6rem]">
132+
Repository
133+
</h2>
134+
<h2 className="flex-1 break-words">
135+
<Link
136+
className="text-o-blue animated-underline hover:text-o-blue"
137+
href="https://github.com/OpenDriveLab/kai0"
138+
target="_blank"
139+
>
140+
OpenDriveLab/kai0
141+
</Link>
121142
</h2>
122143
</div>
123-
124144
{/* Email */}
125145
<div className="flex flex-row gap-6 md:gap-10 xl:gap-20 2xl:gap-40">
126146
<h2 className="whitespace-nowrap shrink-0 w-[6rem]">
@@ -144,6 +164,21 @@ export default function Home() {
144164
HKU MMLab
145165
</h2>
146166
</div>
167+
{/* Community */}
168+
<div className="flex flex-row gap-6 md:gap-10 xl:gap-20 2xl:gap-40">
169+
<h2 className="whitespace-nowrap shrink-0 w-[6rem]">
170+
Community
171+
</h2>
172+
<h2 className="flex-1 break-words">
173+
<Link
174+
className="text-o-blue animated-underline hover:text-o-blue"
175+
href="https://discord.gg/weUGdEPpsF"
176+
target="_blank"
177+
>
178+
Discord
179+
</Link>
180+
</h2>
181+
</div>
147182
{/* Post */}
148183
<div className="flex flex-row gap-6 md:gap-10 xl:gap-20 2xl:gap-40">
149184
<h2 className="whitespace-nowrap shrink-0 w-[6rem]">

0 commit comments

Comments
 (0)