Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4736 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4736 Rev 4741
Línea 12... Línea 12...
12
                            <HeaderOptions
12
                            <HeaderOptions
13
                                key={index}
13
                                key={index}
14
                                Icon={icons[index]}
14
                                Icon={icons[index]}
15
                                title={item.label}
15
                                title={item.label}
16
                                url={item.href}
16
                                url={item.href}
-
 
17
                                isMobile={true}
17
                            />
18
                            />
18
                        )
19
                        )
19
                    })}
20
                    })}
Línea 20... Línea 21...
20
 
21