mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
padding above about section
This commit is contained in:
@@ -104,7 +104,7 @@ export const PlayerTile: React.FC<Props> = ({ player }) => {
|
||||
</HStack>
|
||||
) : null}
|
||||
{displayDescription ? (
|
||||
<VStack spacing={2} align="stretch">
|
||||
<VStack spacing={2} align="stretch" pt="0.5rem">
|
||||
<Text textStyle="caption">ABOUT</Text>
|
||||
<Text fontSize="sm">{displayDescription}</Text>
|
||||
</VStack>
|
||||
|
||||
Reference in New Issue
Block a user