Loading capif_frontend/src/@core/layouts/components/shared-components/footer/FooterContent.js +4 −2 Original line number Diff line number Diff line Loading @@ -27,9 +27,11 @@ const FooterContent = () => { </Typography> {/* Elemento central */} <Box sx={{ display: 'flex', alignItems: 'center', marginRight: 8 }}> <img src='/images/6g-sandbox.png' alt='logo' width='30' height='30' /> <img src='/images/6g-sandbox.png' alt='logo' width='60' height='30' /> <Typography sx={{ marginLeft: 2 }}> <LinkStyled target='_blank' href='https://6g-sandbox.eu/'> 6G Sandbox </LinkStyled> </Typography> </Box> {hidden ? null : ( Loading Loading
capif_frontend/src/@core/layouts/components/shared-components/footer/FooterContent.js +4 −2 Original line number Diff line number Diff line Loading @@ -27,9 +27,11 @@ const FooterContent = () => { </Typography> {/* Elemento central */} <Box sx={{ display: 'flex', alignItems: 'center', marginRight: 8 }}> <img src='/images/6g-sandbox.png' alt='logo' width='30' height='30' /> <img src='/images/6g-sandbox.png' alt='logo' width='60' height='30' /> <Typography sx={{ marginLeft: 2 }}> <LinkStyled target='_blank' href='https://6g-sandbox.eu/'> 6G Sandbox </LinkStyled> </Typography> </Box> {hidden ? null : ( Loading