website refactor
This commit is contained in:
@@ -15,7 +15,7 @@ export const RaceSummary = ({ track, meta, date }: RaceSummaryProps) => {
|
||||
<Text size="xs" variant="low" block truncate>{meta}</Text>
|
||||
</Box>
|
||||
<Box textAlign="right">
|
||||
<Text size="xs" variant="low" style={{ whiteSpace: 'nowrap' }}>
|
||||
<Text size="xs" variant="low" whiteSpace="nowrap">
|
||||
{date}
|
||||
</Text>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user