Skip to content

Commit 8f76e48

Browse files
committed
Update avatar.
1 parent eb0d7a3 commit 8f76e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/speakers.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ const description = "Our conference speakers organized alphabetically";
100100
<Image
101101
src={speaker.data.avatar}
102102
alt={`${speaker.data.name}'s profile picture`}
103-
height={200}
104-
width={200}
103+
height={300}
104+
width={300}
105105
class="w-full h-full object-cover"
106106
/>
107107
) : (

0 commit comments

Comments
 (0)