update: remove redundant group from interna and staff pages

The group is already included in the heading.
This commit is contained in:
Roardom
2025-08-21 01:43:07 +00:00
parent 70501c6bfd
commit 29ed89a1b5
3 changed files with 0 additions and 12 deletions

View File

@@ -45,9 +45,3 @@
margin: 0;
padding: 0;
}
.user-card__group {
color: #fff;
margin: 0;
padding: 0;
}

View File

@@ -30,9 +30,6 @@
{{ $user->username }}
</h3>
<i class="fal {{ $user->group->icon }} user-card__icon"></i>
<p class="user-card__group">
{{ __('page.staff-group') }}: {{ $internal->name }}
</p>
@if ($user->title !== null)
<p class="user-card__title">
{{ __('page.staff-title') }}: {{ $user->title }}

View File

@@ -24,9 +24,6 @@
{{ $user->username }}
</h3>
<i class="fal {{ $user->group->icon }} user-card__icon"></i>
<p class="user-card__group">
{{ __('page.staff-group') }}: {{ $group->name }}
</p>
@if ($user->title !== null)
<p class="user-card__title">
{{ __('page.staff-title') }}: {{ $user->title }}