mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #~: Minor fix to login (#2173)
This commit is contained in:
parent
d152f9a372
commit
535e8e1d87
@ -195,7 +195,7 @@ const AppLinks = () => {
|
||||
return otherApps.map((app) => (
|
||||
<Link
|
||||
key={app}
|
||||
href={`${APP_URL}/${app}`}
|
||||
href={`${APP_URL}/${app}`.toLowerCase()}
|
||||
variant="caption"
|
||||
color="text.secondary"
|
||||
padding={1}
|
||||
|
Loading…
x
Reference in New Issue
Block a user