Skip to content

Commit 71a4bc9

Browse files
committed
.
1 parent 8015f66 commit 71a4bc9

File tree

1 file changed

+1
-8
lines changed
  • app/(default)/(event)/rss2026/workshop

1 file changed

+1
-8
lines changed

app/(default)/(event)/rss2026/workshop/page.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ const speakers: {
2929
affiliation: 'UC San Diego',
3030
link: 'https://cseweb.ucsd.edu/~haosu/'
3131
},
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-
// },
3932
];
4033

4134

@@ -121,7 +114,7 @@ export default function Home() {
121114
<Image
122115
src='https://ik.imagekit.io/opendrivelab/rss2026.png'
123116
alt='cvpr'
124-
width={256}
117+
width={192}
125118
height={1}
126119
className='select-none'
127120
/>

0 commit comments

Comments
 (0)