@ -114,17 +114,14 @@ export const CardFrontside = ({
)}
{access === MatchAccess.CanBuyMatch && <BuyMatchBadge />}
<MatchTimeInfo>
{live
? (
<LiveSign>
<T9n t='live' />
</LiveSign>
)
: (
<MatchDate isHomePage={isHomePage}>
{isHomePage ? null : formattedDate}
<Time>{time}</Time>
</MatchDate>
{live && (
</MatchTimeInfo>
</PreviewWrapper>
@ -88,6 +88,8 @@ export const MatchTimeInfo = styled.div`
position: absolute;
top: 0.519rem;
padding: 0 0.519rem;
display: flex;
flex-direction: row;
`
type MatchDateProps = {