Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 1578 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1578 Rev 1579
Línea 40... Línea 40...
40
      setLoading(false)
40
      setLoading(false)
41
    }
41
    }
42
  }
42
  }
Línea 43... Línea 43...
43
 
43
 
44
  return (
44
  return (
-
 
45
    <WidgetWrapper
-
 
46
      sx={{
-
 
47
        padding: 2,
-
 
48
        display: 'flex',
-
 
49
        flexDirection: 'column',
-
 
50
        alignItems: 'center'
-
 
51
      }}
45
    <WidgetWrapper sx={{ padding: 2 }}>
52
    >
Línea 46... Línea -...
46
      {loading && <Spinner />}
-
 
47
 
-
 
48
      <Box
-
 
49
        sx={{
-
 
50
          display: 'flex',
-
 
51
          alignItems: 'center',
-
 
52
          flexDirection: 'column'
-
 
53
        }}
53
      {loading && <Spinner />}
54
      >
54
 
55
        <Avatar
55
      <Avatar
56
          sx={{ cursor: 'pointer' }}
56
        sx={{ cursor: 'pointer' }}
57
          src={moodle.image}
57
        src={moodle.image}
58
          alt={moodle.name}
58
        alt={moodle.name}
59
          onClick={() => handleOnRoom()}
59
        onClick={() => handleOnRoom()}
60
        />
-
 
Línea 61... Línea 60...
61
        <Typography variant='body2'>{moodle.name}</Typography>
60
      />
62
      </Box>
61
      <Typography variant='body2'>{moodle.name}</Typography>
63
 
62
 
64
      <Box
63
      <Box
65
        sx={{
64
        sx={{
-
 
65
          display: 'flex',
-
 
66
          alignItems: 'center',
66
          display: 'flex',
67
          justifyContent: 'center',
67
          alignItems: 'center',
68
          gap: 1,
68
          justifyContent: 'center'
69
          mt: 1
69
        }}
70
        }}
70
      >
71
      >