Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2926 Rev 2927
Línea 28... Línea 28...
28
    }
28
    }
29
    return infoFollows
29
    return infoFollows
30
  }
30
  }
31
  return (
31
  return (
32
    <div className={styles.peopleYouMayKnow}>
32
    <div className={styles.peopleYouMayKnow}>
33
      <div className="sd-title">
33
      <div className="sd-title d-flex align-items-center justify-content-between">
34
        <h3>Grupos:</h3>
34
        <h3>Grupos:</h3>
35
        {
35
        {
36
          suggestedGroups.length >= 3 &&
36
          suggestedGroups.length >= 3 &&
37
          <a
37
          <a
38
            href="#"
38
            href="#"
Línea 57... Línea 57...
57
                <a href={profile} target="_blank">
57
                <a href={profile} target="_blank">
58
                  <img src={image} alt={`${name} profile image`} />
58
                  <img src={image} alt={`${name} profile image`} />
59
                </a>
59
                </a>
60
                <h4>{name}</h4>
60
                <h4>{name}</h4>
61
              </div>
61
              </div>
62
              <div className="w-100 d-flex align-items-center justify-content-center" style={{ gap: '.5rem' }}>
62
              <div className="w-100 d-flex align-items-center justify-content-end" style={{ gap: '.5rem' }}>
63
                <a
63
                <a
64
                  className="btn btn-primary"
64
                  className="btn btn-primary"
65
                  href={profile}
65
                  href={profile}
66
                >
66
                >
67
                  Conectar
67
                  Conectar