gg
Deploy Iddaai Frontend / build-and-deploy (push) Successful in 2m41s

This commit is contained in:
2026-05-12 03:03:49 +03:00
parent e6e58b4433
commit b2ccc98226
24 changed files with 814 additions and 164 deletions
+28 -21
View File
@@ -246,27 +246,34 @@ export default function MatchDetailContent() {
{/* Score */}
<VStack gap={1} flexShrink={0}>
{match.score && (isLive || isFinished) ? (
<HStack gap={3}>
<Text
fontSize="5xl"
fontWeight="900"
lineHeight="1"
color={isLive ? "red.500" : "fg"}
>
{match.score.home}
</Text>
<Text fontSize="2xl" color="fg.muted" fontWeight="300">
:
</Text>
<Text
fontSize="5xl"
fontWeight="900"
lineHeight="1"
color={isLive ? "red.500" : "fg"}
>
{match.score.away}
</Text>
</HStack>
<>
<HStack gap={3}>
<Text
fontSize="4xl"
fontWeight="900"
color={isLive ? "red.500" : "fg"}
>
{match.score.home}
</Text>
<Text fontSize="2xl" color="fg.muted">
-
</Text>
<Text
fontSize="4xl"
fontWeight="900"
color={isLive ? "red.500" : "fg"}
>
{match.score.away}
</Text>
</HStack>
{match.score.htHome != null &&
match.score.htAway != null && (
<Text fontSize="xs" color="fg.muted">
(HT: {match.score.htHome}-{match.score.htAway})
</Text>
)}
</>
) : (
<Text fontSize="xl" fontWeight="bold" color="fg.muted">
{t("vs")}