Skip to content

Commit

Permalink
fix avatar extension
Browse files Browse the repository at this point in the history
  • Loading branch information
yc97463 committed Jul 10, 2023
1 parent 2f6ecf5 commit 21290fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TimeTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export default function TimeTable() {
</div>
<div className="flex-none ml-[21px] w-20 h-20 md:w-32 md:h-32">
<img
src={`/2023/speakers-avatar/${item.id}.jpg`}
src={`/2023/speakers-avatar/${item.id}.jpeg`}
alt={`${item.zh.name}'s Avatar`}
className="w-20 h-20 md:w-32 md:h-32 rounded-full object-cover"
/>
Expand Down

0 comments on commit 21290fc

Please sign in to comment.