Skip to content

Commit b4763da

Browse files
committed
Merge remote changes
2 parents 1ce43b5 + 8e11738 commit b4763da

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

components/redirect.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use client'
22

33

4-
54
import { redirect, usePathname } from 'next/navigation'
65

76

@@ -172,7 +171,7 @@ export default function Redirect() {
172171
}
173172
//
174173
if (
175-
pathname.toLowerCase() =='zoom'
174+
pathname.toLowerCase() =='/zoom'
176175
) {
177176
redirect('https://us06web.zoom.us/j/86046877909?pwd=Tyt3WiQ3bNcI8KTNcW9E6Kztj1Hd5u.1')
178177
}

public/iccv2025/workshop/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ <h2>
581581
<span class="itimetable_table_time" data-original-time="2025-10-20T01:10:00"></span>
582582
</div>
583583
<span>
584-
Topic TBD
584+
Embodied Reasoning with 3D robot policies and Grounded Reinforcement Learning
585585
</span>
586586
<details class="text-xs">
587587
<summary class="content-none">

0 commit comments

Comments
 (0)