Compare commits
2 Commits
e51ff24944
...
5305dc37e7
| Author | SHA1 | Date | |
|---|---|---|---|
| 5305dc37e7 | |||
|
|
3e5ef04c9f |
@@ -53,7 +53,7 @@ const UpcomingTournament: React.FC<{ tournament: Tournament }> = ({
|
||||
<Header tournament={tournament} />
|
||||
|
||||
<Stack px="xs">
|
||||
{tournament.desc && <Text px="md" size="sm">{tournament.desc}</Text>}
|
||||
{tournament.desc && <Text px="md" ta="center" size="sm" style={{ whiteSpace: 'pre-wrap' }}>{tournament.desc}</Text>}
|
||||
|
||||
<Card withBorder radius="lg" p="lg">
|
||||
<Stack gap="xs">
|
||||
|
||||
Reference in New Issue
Block a user