Skip to content

Commit

Permalink
fix(lint): use correct variant of Typography
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Jan 27, 2025
1 parent b382f34 commit d492469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Agentathon/Partners/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Partners({ caption, items }: BaseBlock) {
key={index}
>
{item.image?.src && <img src={item.image.src} className={css.itemImage} alt={item.image.alt} />}
<Typography variant="body" className={css.itemTitle}>
<Typography variant="body1" className={css.itemTitle}>
{item.title}
</Typography>
</a>
Expand Down

0 comments on commit d492469

Please sign in to comment.