Rev 2288 |
Rev 2290 |
Ir a la última revisión |
Mostrar el archivo completo |
|
|
Autoría |
Ultima modificación |
Ver Log
|
| Rev 2288 |
Rev 2289 |
| Línea 150... |
Línea 150... |
| 150 |
<div className={styles.profile_info_header_imgContainer}>
|
150 |
<div className={styles.profile_info_header_imgContainer}>
|
| 151 |
<img src={image} className="object-fit-contain" style={{ borderRadius: 0 }} alt="" />
|
151 |
<img src={image} className="object-fit-contain" style={{ borderRadius: 0 }} alt="" />
|
| 152 |
</div>
|
152 |
</div>
|
| 153 |
)
|
153 |
)
|
| 154 |
}
|
154 |
}
|
| 155 |
<div className={image ? 'col-md-8 d-flex justify-content-center align-items-center' : 'col-md-12 ' + ' col-sm-12 col-12'}>
|
155 |
<div className={image ? 'col-md-8 d-flex justify-content-start align-items-center' : 'col-md-12 ' + ' col-sm-12 col-12'}>
|
| 156 |
<h3 className={status ? '' : "col-sm-12 d-flex justify-content-center align-items-center" + ' w-100'}>
|
156 |
<h3 className={status ? '' : "col-sm-12 d-flex justify-content-center align-items-center" + ' w-100'}>
|
| 157 |
{name}
|
157 |
{name}
|
| 158 |
</h3>
|
158 |
</h3>
|
| 159 |
{
|
159 |
{
|
| 160 |
status
|
160 |
status
|