Tarjeta de usuario "Visto por última vez"

Hello :wave:

You can order it to the first place with adding this css to a component Common/CSS section.

#user-card {
  .metadata {
    .last-seen-metadata {
      order: -1;
    }
  }
}
5 Me gusta