Skip to content

Commit

Permalink
fix(chapter): use medium thumbnail on card
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGolms committed Mar 13, 2021
1 parent 4af05b8 commit a8f8d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChapterView/ChapterViewCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const ChapterViewCard = ({
routerDirection="forward"
routerLink={url}
>
<IonImg src={image.thumbnail.small} />
<IonImg src={image.thumbnail.medium} />
<IonCardContent>
<IonCardSubtitle>{title.chapter}</IonCardSubtitle>
<IonCardTitle>{title.section}</IonCardTitle>
Expand Down

0 comments on commit a8f8d67

Please sign in to comment.