1
0
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:
Sergio Betanzos 2022-06-23 12:32:07 +02:00 committed by Tino Vazquez
parent 7005e59fe3
commit ea5f7f2c32

View File

@ -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}