We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ce43b5 + 8e11738 commit b4763daCopy full SHA for b4763da
components/redirect.tsx
@@ -1,7 +1,6 @@
1
'use client'
2
3
4
-
5
import { redirect, usePathname } from 'next/navigation'
6
7
@@ -172,7 +171,7 @@ export default function Redirect() {
172
171
}
173
//
174
if (
175
- pathname.toLowerCase() =='zoom'
+ pathname.toLowerCase() =='/zoom'
176
) {
177
redirect('https://us06web.zoom.us/j/86046877909?pwd=Tyt3WiQ3bNcI8KTNcW9E6Kztj1Hd5u.1')
178
public/iccv2025/workshop/index.html
@@ -581,7 +581,7 @@ <h2>
581
<span class="itimetable_table_time" data-original-time="2025-10-20T01:10:00"></span>
582
</div>
583
<span>
584
- Topic TBD
+ Embodied Reasoning with 3D robot policies and Grounded Reinforcement Learning
585
</span>
586
<details class="text-xs">
587
<summary class="content-none">
0 commit comments