Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4260 Rev 4499
Línea 3... Línea 3...
3
 
3
 
4
const SIZES_OPTIONS = {
4
const SIZES_OPTIONS = {
5
    sm: 25,
5
    sm: 25,
6
    md: 30,
6
    md: 30,
7
    lg: 40,
7
    lg: 40,
8
    xl: 50
8
    xl: 60
Línea 9... Línea 9...
9
}
9
}
10
 
10
 
11
const Avatar = ({ imageUrl = '', size = 'sm', name = '' }) => {
11
const Avatar = ({ imageUrl = '', size = 'sm', name = '' }) => {