mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #~: Minor fix to login (#2173)
(cherry picked from commit 535e8e1d877a2c3a0f2ee4f4bafe3cb33e1e5f0a)
This commit is contained in:
parent
7005e59fe3
commit
ea5f7f2c32
@ -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