We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da358e commit ebfd44dCopy full SHA for ebfd44d
components/app-sidebar.tsx
@@ -157,11 +157,8 @@ export function AppSidebar() {
157
<Link href="/challenge2025" className="p-2 rounded-sm hover:bg-o-blue/3 select-none">
158
Challenge 2025
159
</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
+ <Link href="/iccv2025" target="_blank" className="p-2 rounded-sm hover:bg-o-blue/3 select-none">
+ Workshop at ICCV 2025
165
166
<Link href="/events" className="p-2 rounded-sm hover:bg-o-blue/3 select-none">
167
more
0 commit comments