Skip to content

Commit ebfd44d

Browse files
committed
.
1 parent 3da358e commit ebfd44d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

components/app-sidebar.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,8 @@ export function AppSidebar() {
157157
<Link href="/challenge2025" className="p-2 rounded-sm hover:bg-o-blue/3 select-none">
158158
Challenge 2025
159159
</Link>
160-
<Link href="/cvpr2025" className="p-2 rounded-sm hover:bg-o-blue/3 select-none">
161-
Events at CVPR 2025
162-
</Link>
163-
<Link href="https://sagroups.ieee.org/3474/" target="_blank" className="p-2 rounded-sm hover:bg-o-blue/3 select-none">
164-
IEEE Standard P3474
160+
<Link href="/iccv2025" target="_blank" className="p-2 rounded-sm hover:bg-o-blue/3 select-none">
161+
Workshop at ICCV 2025
165162
</Link>
166163
<Link href="/events" className="p-2 rounded-sm hover:bg-o-blue/3 select-none">
167164
more

0 commit comments

Comments
 (0)