mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 08:13:14 +00:00
Fixed issue in releases page since we upgraded Mantine.
This commit is contained in:
parent
fc01267d5b
commit
560a697beb
1 changed files with 3 additions and 3 deletions
|
@ -52,9 +52,9 @@ const ReleaseCard: FunctionComponent<ReleaseInfo> = ({
|
|||
<Badge color={prerelease ? "yellow" : "green"}>
|
||||
{prerelease ? "Development" : "Master"}
|
||||
</Badge>
|
||||
<Badge hidden={!current} color="indigo">
|
||||
Installed
|
||||
</Badge>
|
||||
<div hidden={!current}>
|
||||
<Badge color="indigo">Installed</Badge>
|
||||
</div>
|
||||
</Group>
|
||||
<Divider my="sm"></Divider>
|
||||
<Text>From newest to oldest:</Text>
|
||||
|
|
Loading…
Reference in a new issue