Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2800 Rev 2919
Línea 20... Línea 20...
20
}))
20
}))
Línea 21... Línea 21...
21
 
21
 
22
const TitleSection = ({ onAdd, addLabel = '', title = '', ...rest }) => {
22
const TitleSection = ({ onAdd, addLabel = '', title = '', ...rest }) => {
23
  return (
23
  return (
24
    <Header {...rest}>
24
    <Header {...rest}>
25
      <Typography variant='h1' sx={{ fontSize: '1.1rem' }}>
-
 
26
        {title}
-
 
Línea 27... Línea 25...
27
      </Typography>
25
      <Typography variant='h1'>{title}</Typography>
28
 
26
 
29
      {onAdd && (
27
      {onAdd && (
30
        <Button onClick={onAdd}>
28
        <Button onClick={onAdd}>