Skip to content

Commit 5bdacc7

Browse files
committed
.
1 parent 663fe99 commit 5bdacc7

File tree

1 file changed

+2
-2
lines changed
  • app/(default)/(event)/challenge2026

1 file changed

+2
-2
lines changed

app/(default)/(event)/challenge2026/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export default function Home() {
156156
</div>
157157
<div className="w-full px-6 flex justify-center mt-6">
158158
<div className="w-full max-w-7xl flex flex-col">
159-
<div className="flex gap-6 items-center">
159+
<div className="flex-1 flex gap-6 items-center">
160160
<Link href="https://forms.gle/C1gu8z9zgENUSJn88" target="_blank" className="size-6 md:size-8 group">
161161
<AspectRatio ratio={1/1}>
162162
<Image
@@ -167,7 +167,7 @@ export default function Home() {
167167
/>
168168
</AspectRatio>
169169
</Link>
170-
<span>
170+
<span className="flex-1">
171171
For participation in the challenge, registering for your team is a <span className="underline">strict requirement</span> by filling out this <Link className="text-o-blue animated-underline" href="https://forms.gle/C1gu8z9zgENUSJn88" target="_blank">Google Form</Link>.
172172
{/* <br></br>
173173
The registration information can be modified until <code>[ICCV 2025] September 20</code>. */}

0 commit comments

Comments
 (0)