Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2305 Rev 2306
Línea 14... Línea 14...
14
    return (
14
    return (
15
        <>
15
        <>
16
            {
16
            {
17
                !!title && (
17
                !!title && (
18
                    <div className="company-title">
18
                    <div className="company-title">
-
 
19
                        <div 
19
                        <div className="section_admin_title_buttons">
20
                        className="section_admin_title_buttons"
-
 
21
                        style={!addTitle && { width: '100%' }}
-
 
22
                        >
20
                            <h1
23
                            <h1
21
                                className="title"
24
                                className="title"
22
                                style={!addTitle && { flex: '1', textAlign: 'center' }}
25
                                style={!addTitle && { flex: '1', textAlign: 'center' }}
23
                            >{title}</h1>
26
                            >{title}</h1>
24
                            {
27
                            {