Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2843 Rev 2917
Línea 62... Línea 62...
62
 
62
 
63
      <WidgetButton
63
      <WidgetButton
64
        onClick={() => handleNavigate('/profile/people-viewed-profile')}
64
        onClick={() => handleNavigate('/profile/people-viewed-profile')}
65
      >
65
      >
66
        {labels.who_has_seen_my_profile}
66
        {labels.who_has_seen_my_profile}
67
        <Typography variant='body2'>{visits ?? 0}</Typography>
67
        <Typography variant='overline'>{visits ?? 0}</Typography>
Línea 68... Línea 68...
68
      </WidgetButton>
68
      </WidgetButton>
69
 
69
 
70
      <WidgetButton
70
      <WidgetButton
71
        onClick={() => handleNavigate('/connection/my-connections')}
71
        onClick={() => handleNavigate('/connection/my-connections')}
72
      >
72
      >
73
        {labels.connections}
73
        {labels.connections}
74
        <Typography variant='body2'>{connections ?? 0}</Typography>
74
        <Typography variant='overline'>{connections ?? 0}</Typography>
75
      </WidgetButton>
75
      </WidgetButton>
76
    </Widget>
76
    </Widget>