Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 776 Rev 777
Línea 234... Línea 234...
234
                icGridor='gray'
234
                icGridor='gray'
235
                label={labels.comment}
235
                label={labels.comment}
236
                onClick={displayCommentSection}
236
                onClick={displayCommentSection}
237
              />
237
              />
Línea -... Línea 238...
-
 
238
 
238
 
239
              {!isMobile ? (
239
              <ExternalShareButton
240
                <ExternalShareButton
240
                icon={SendOutlinedIcon}
241
                  icon={SendOutlinedIcon}
241
                iconColor='gray'
242
                  iconColor='gray'
242
                label={labels.send}
243
                  label={labels.send}
243
                shareUrl={post.share_increment_external_counter_url}
244
                  shareUrl={post.share_increment_external_counter_url}
244
                setValue={handleExternalShare}
245
                  setValue={handleExternalShare}
-
 
246
                />
-
 
247
              ) : (
-
 
248
                <MobileShare
-
 
249
                  shareData={{
-
 
250
                    title: 'Leaders Linked',
-
 
251
                    text: parse(post.description ?? ''),
-
 
252
                    url: post.share_external_url
-
 
253
                  }}
-
 
254
                >
-
 
255
                  <SendOutlinedIcon />
-
 
256
                  {labels.send}
-
 
257
                </MobileShare>
245
              />
258
              )}
Línea 246... Línea 259...
246
            </StyledContainer.Actions>
259
            </StyledContainer.Actions>
247
 
260
 
248
            {showComments && (
261
            {showComments && (