Skip to content

Commit

Permalink
It never happened.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Aug 29, 2024
1 parent e0a143a commit 96d6de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/items/user-preview.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import {UserStatusComponent} from "../ui/info/user-status.component";
<p class="font-medium text-lg truncate" [title]=user.username>{{ user.username }}</p>
</app-user-router-link>
<app-user-statistics [stats]="user.statistics"></app-user-statistics>
<app-user-status [activeRoom]="user.activeRoom" [lastSeen]="user.lastLoginDate" class="block mt-2"></app-user-status>
<app-user-statistics [stats]="user.statistics" class="text-sm"></app-user-statistics>
<app-user-status [activeRoom]="user.activeRoom" [lastSeen]="user.lastLoginDate" class="block mt-1.5"></app-user-status>
</div>
</div>
`
Expand Down

0 comments on commit 96d6de2

Please sign in to comment.