Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4781 | Rev 4784 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4781 Rev 4782
Línea 50... Línea 50...
50
                </Link>
50
                </Link>
51
                :
51
                :
52
                <Accordion sx={{ border: 'none', width: '100%', boxShadow: 'none' }}>
52
                <Accordion sx={{ border: 'none', width: '100%', boxShadow: 'none' }}>
53
                    <AccordionSummary
53
                    <AccordionSummary
54
                        expandIcon={<ExpandMoreIcon />}
54
                        expandIcon={<ExpandMoreIcon />}
55
                        aria-controls="panel1a-content"
55
                        sx={{ minHeight: 'auto !importante', margin: '0' }}
56
                        id="panel1a-header"
56
                        LinkComponent={
57
                        sx={{ minHeight: 'auto', margin: '0' }}
57
                            <Link href={url} display='flex' gap='.5rem'>
58
                    >
58
                                <ListItemIcon>
59
                        {Icon && <Icon />}
59
                                    {Icon && <Icon />}
-
 
60
                                </ListItemIcon>
60
                        <Typography margin='1rem 0'>{title}</Typography>
61
                                <ListItemText primary={title} />
61
                    </AccordionSummary>
62
                            </Link>
-
 
63
                        }
-
 
64
                    />
62
                    <AccordionDetails>
65
                    <AccordionDetails>
63
                        {childs.map((child, index) => {
66
                        {childs.map((child, index) => {
64
                            return (
67
                            return (
65
                                <Link key={index} href={child.href}>
68
                                <Link key={index} href={child.href}>
66
                                    <ListItemText primary={child.label} />
69
                                    <ListItemText primary={child.label} />