From 0e1d928d44fc8fd6cc48553ca1e960768359d8d5 Mon Sep 17 00:00:00 2001 From: Sendou <38327916+Sendouc@users.noreply.github.com> Date: Wed, 6 May 2020 15:25:03 +0300 Subject: [PATCH] limited how tall comp feed pics can be --- frontend-react/src/components/calendar/TournamentInfo.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend-react/src/components/calendar/TournamentInfo.tsx b/frontend-react/src/components/calendar/TournamentInfo.tsx index c5135564c..cf3b9bcd3 100644 --- a/frontend-react/src/components/calendar/TournamentInfo.tsx +++ b/frontend-react/src/components/calendar/TournamentInfo.tsx @@ -95,7 +95,11 @@ const TournamentInfo: React.FC = ({ <> {tournament.picture_url && ( - + )} )}