diff options
| author | Murtaza Sultani <sultani@data-quest.de> | 2025-07-16 10:40:55 +0200 |
|---|---|---|
| committer | Murtaza Sultani <sultani@data-quest.de> | 2025-07-16 10:40:55 +0200 |
| commit | 3cc68c76d26e56bdb1bb59ada2c7490208a79ccf (patch) | |
| tree | 4aeb939a2f1b14813b180634a78f50ba6666a674 /templates | |
| parent | c0c4d45c3ded5a45941a263eb063334cb8a2e98e (diff) | |
Resolve "Forum3: Man kann nicht mehr sehen, wer genau einen Beitrag auf einen Beitrag reagiert hat"
Closes #5687 and #5731
Merge request studip/studip!4359
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/personal_notifications/notification.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/personal_notifications/notification.php b/templates/personal_notifications/notification.php index b45fc58..20f1f9d 100644 --- a/templates/personal_notifications/notification.php +++ b/templates/personal_notifications/notification.php @@ -5,7 +5,7 @@ <? if (filter_var($notification['avatar'], FILTER_VALIDATE_URL)): ?> <div class="avatar" style="background-color: currentColor; mask: url(<?= $notification['avatar'] ?>) no-repeat center / contain;;"></div> <? else: ?> - <div class="html-emoji"> + <div class="emoji-icon"> <?= $notification['avatar'] ?> </div> <? endif ?> |
