We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8015f66 commit 71a4bc9Copy full SHA for 71a4bc9
1 file changed
app/(default)/(event)/rss2026/workshop/page.tsx
@@ -29,13 +29,6 @@ const speakers: {
29
affiliation: 'UC San Diego',
30
link: 'https://cseweb.ucsd.edu/~haosu/'
31
},
32
- // {
33
- // name: "Harold Soh",
34
- // image: "/assets/person/harold_soh.jpg",
35
- // position: "Associate Professor",
36
- // affiliation: 'National University of Singapore',
37
- // link: 'https://haroldsoh.com/'
38
- // },
39
];
40
41
@@ -121,7 +114,7 @@ export default function Home() {
121
114
<Image
122
115
src='https://ik.imagekit.io/opendrivelab/rss2026.png'
123
116
alt='cvpr'
124
- width={256}
117
+ width={192}
125
118
height={1}
126
119
className='select-none'
127
120
/>
0 commit comments