Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johnxu16 committed Jul 12, 2023
1 parent f59c071 commit f86984d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/training/presenterBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const PresenterCard = ({ presenter, schema, index }) => {
src={presenter?.profileImg ?? ""}
height={120}
width={120}
className="rounded-full object-cover w-[120px] h-[120px]"
className="h-32 w-32 rounded-full object-cover"
/>
</div>
<a
Expand Down

0 comments on commit f86984d

Please sign in to comment.