Skip to content

Commit d7fdf70

Browse files
committed
.
1 parent aa1989e commit d7fdf70

File tree

3 files changed

+0
-127
lines changed

3 files changed

+0
-127
lines changed

app/(default)/(page)/events/page.tsx

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -80,23 +80,6 @@ export default function Home() {
8080
</TimelineDescription>
8181
</TimelineContent>
8282
</TimelineItem>
83-
<TimelineItem>
84-
<TimelineSeparator>
85-
<TimelineDot />
86-
<TimelineConnector />
87-
</TimelineSeparator>
88-
<TimelineContent className="flex flex-col gap-3">
89-
<TimelineTitle className="flex gap-6">
90-
<span>CoRL 2025 @ Seoul, Korea</span>
91-
<span className="text-o-gray italic">September 27 - 30, 2025</span>
92-
</TimelineTitle>
93-
<TimelineDescription className="text-sm">
94-
<span>
95-
[Workshop] To be announced
96-
</span>
97-
</TimelineDescription>
98-
</TimelineContent>
99-
</TimelineItem>
10083
<TimelineItem>
10184
<TimelineSeparator>
10285
<TimelineDot />

components/redirect.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ export default function Redirect() {
124124
) {
125125
redirect('/cvpr2025/tutorial/')
126126
}
127-
if (
128-
pathname.toLowerCase().startsWith('/corl2025')
129-
) {
130-
redirect('/corl2025/workshop/')
131-
}
132127
if (
133128
pathname.toLowerCase().startsWith('/iccv2025')
134129
) {

public/corl2025/workshop/index.html

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)