1
0
Fork 0

use config

This commit is contained in:
gluzzati 2024-03-21 18:29:49 +00:00
parent 410c4930ef
commit 7d93cc6c63
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ const ConfigurationNavBar = ({
</Stack>
</Navbar.Section>
<MediaQuery largerThan="sm" styles={{ display: "none" }}>
<Button mt="xl" variant="light" component={Link} href={webroot + "/admin"}>
<Button mt="xl" variant="light" component={Link} href={config.get("general.appUrl") + "/admin"}>
<FormattedMessage id="common.button.go-back" />
</Button>
</MediaQuery>