Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/560a697beb21e20d815ff1513eca8903097960fc You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed issue in releases page since we upgraded Mantine.

pull/2131/head
morpheus65535 2 years ago
parent fc01267d5b
commit 560a697beb

@ -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…
Cancel
Save