Skip to content

Commit

Permalink
Shows small image in its correct place instead of large image (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikhyath08 authored Dec 6, 2020
1 parent b5b8283 commit 1858edf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class ClubCouncilAndEntityWidgets {
child: ClubCouncilAndEntityWidgets.getTitleCard(
title: _data.name,
id: _data.id,
imageUrl: _data.large_image_url,
imageUrl: _data.small_image_url,
isClub: isClub,
isCouncil: isCouncil,
isEntity: isEntity,
Expand Down

0 comments on commit 1858edf

Please sign in to comment.