Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4394 Rev 5070
Línea 2... Línea 2...
2
import React from 'react'
2
import React from 'react'
Línea 3... Línea 3...
3
 
3
 
4
const EmptySection = ({
4
const EmptySection = ({
5
  Icon = null,
5
  Icon = null,
6
  message = 'No hay publicaciones',
6
  message = 'No hay publicaciones',
7
  align = 'center',
7
  align = 'center'
8
}) => {
-
 
9
  
8
}) => {
10
  const alignOptions = {
9
  const alignOptions = {
11
    left: 'flex-start',
10
    left: 'flex-start',
12
    right: 'flex-end',
11
    right: 'flex-end',
13
    center: 'center'
12
    center: 'center'