mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-10 05:06:15 -05:00
limited how tall comp feed pics can be
This commit is contained in:
@@ -95,7 +95,11 @@ const TournamentInfo: React.FC<TournamentInfoProps> = ({
|
||||
<>
|
||||
<Markdown value={tournament.description} />
|
||||
{tournament.picture_url && (
|
||||
<Image borderRadius="5px" src={tournament.picture_url} />
|
||||
<Image
|
||||
borderRadius="5px"
|
||||
maxH="500px"
|
||||
src={tournament.picture_url}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user