1
0
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:
Sergio Betanzos 2022-06-23 12:32:07 +02:00 committed by GitHub
parent d152f9a372
commit 535e8e1d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}