Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4272 Rev 4278
Línea 41... Línea 41...
41
        <Avatar
41
        <Avatar
42
          imageUrl={owner_image}
42
          imageUrl={owner_image}
43
          name={owner_name}
43
          name={owner_name}
44
          size='xl'
44
          size='xl'
45
        />
45
        />
46
        
46
 
47
        <div className='feed__info'>
47
        <div className='feed__info'>
48
          <h2>{owner_name}</h2>
48
          <h2>{owner_name}</h2>
49
          <div className='time__elapse'>
49
          <div className='time__elapse'>
50
            <span>
50
            <span>
51
              {owner_time_elapse}
51
              {owner_time_elapse}
Línea 75... Línea 75...
75
          </a>
75
          </a>
76
        }
76
        }
77
      </div>
77
      </div>
Línea 78... Línea 78...
78
 
78
 
79
      <div className='feed__buttons'>
79
      <div className='feed__buttons'>
80
        <InputOption Icon={ThumbUpAltOutlinedIcon} title='Like' />
80
        <InputOption Icon={ThumbUpAltOutlinedIcon} title='Like' color='gray' />
81
        <InputOption Icon={ChatOutlinedIcon} title='Comment' />
81
        <InputOption Icon={ChatOutlinedIcon} title='Comment' color='gray' />
82
        <InputOption Icon={ShareOutlinedIcon} title='Share' />
82
        <InputOption Icon={ShareOutlinedIcon} title='Share' color='gray' />
83
        <InputOption Icon={SendOutlinedIcon} title='Send' />
83
        <InputOption Icon={SendOutlinedIcon} title='Send' color='gray' />
Línea 84... Línea 84...
84
      </div>
84
      </div>
85
 
85
 
86
    </div>
86
    </div>