Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7058 Rev 7062
Línea 17... Línea 17...
17
  Typography,
17
  Typography,
18
} from '@mui/material'
18
} from '@mui/material'
19
import { Delete, Edit } from '@mui/icons-material'
19
import { Delete, Edit } from '@mui/icons-material'
20
import KnowledgeEditModal from '../../components/knowledge/KnowledgeEditModal'
20
import KnowledgeEditModal from '../../components/knowledge/KnowledgeEditModal'
21
import ConfirmModal from '../../components/modals/ConfirmModal'
21
import ConfirmModal from '../../components/modals/ConfirmModal'
-
 
22
import { Link } from 'react-router-dom'
Línea 22... Línea 23...
22
 
23
 
23
const KnowledgeCategories = styled(WidgetLayout)`
24
const KnowledgeCategories = styled(WidgetLayout)`
24
  padding: 1rem;
25
  padding: 1rem;
25
  ul {
26
  ul {
Línea 290... Línea 291...
290
          height="194"
291
          height="194"
291
          image={image}
292
          image={image}
292
          alt={`${title} image`}
293
          alt={`${title} image`}
293
        />
294
        />
294
        <CardContent>
295
        <CardContent>
-
 
296
          <Link to={link_view}>
295
          <Typography variant="h5">{title}</Typography>
297
            <Typography variant="h5">{title}</Typography>
-
 
298
          </Link>
296
          <Typography variant="subtitle1" color="text.secondary">
299
          <Typography variant="subtitle1" color="text.secondary">
297
            {category}
300
            {category}
298
          </Typography>
301
          </Typography>
299
          <Typography variant="body2" color="text.secondary">
302
          <Typography variant="body2" color="text.secondary">
300
            {description}
303
            {description}