Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2970 Rev 3274
Línea 105... Línea 105...
105
          deleteUrl={deleteReactionUrl}
105
          deleteUrl={deleteReactionUrl}
106
          onReaction={updateReactions}
106
          onReaction={updateReactions}
107
        />
107
        />
108
        <Button onClick={toggleComments}>
108
        <Button onClick={toggleComments}>
109
          <ChatOutlined />
109
          <ChatOutlined />
-
 
110
          <Typography
-
 
111
            sx={{ display: { xs: 'none', md: 'inline-flex' } }}
-
 
112
            variant='overline'
-
 
113
          >
110
          {labels.comment}
114
            {labels.comment}
-
 
115
          </Typography>
111
        </Button>
116
        </Button>
112
        <Button onClick={shareFeed}>
117
        <Button onClick={shareFeed}>
113
          <ShareOutlined />
118
          <ShareOutlined />
-
 
119
          <Typography
-
 
120
            sx={{ display: { xs: 'none', md: 'inline-flex' } }}
-
 
121
            variant='overline'
-
 
122
          >
114
          {labels.share}
123
            {labels.share}
-
 
124
          </Typography>
115
        </Button>
125
        </Button>
116
        <ExternalShareButton
126
        <ExternalShareButton
117
          shorterUrl={incrementExternalCounterUrl}
127
          shorterUrl={incrementExternalCounterUrl}
118
          setValue={setTotalShares}
128
          setValue={setTotalShares}
119
        >
129
        >
120
          <SendOutlined />
130
          <SendOutlined />
-
 
131
          <Typography
-
 
132
            sx={{ display: { xs: 'none', md: 'inline-flex' } }}
-
 
133
            variant='overline'
-
 
134
          >
121
          {labels.send}
135
            {labels.send}
-
 
136
          </Typography>
122
        </ExternalShareButton>
137
        </ExternalShareButton>
123
      </Widget.Actions>
138
      </Widget.Actions>
124
      <Box
139
      <Box
125
        sx={{
140
        sx={{
126
          display: showComments ? 'block' : 'none',
141
          display: showComments ? 'block' : 'none',