This commit is contained in:
Dr Masroor Ehsan 2025-01-18 15:36:32 +06:00
parent 00a747eb21
commit 67c0cf46e5
3 changed files with 2 additions and 2 deletions

View File

@ -393,7 +393,7 @@ private function generateActionButtons(Study $study): string
$btns[] = $this->renderImageLink($study->hash, 'info.png', 'showStudy', 'Info');
break;
case WorklistButton::Assign:
$btns[] = $this->renderImageLink($study->hash, 'assign.png', 'show-assign', 'Assign');
$btns[] = $this->renderImageLink($study->hash, 'doctor.png', 'show-assign', 'Assign');
break;
case WorklistButton::Notes:
$btns[] = $this->renderImageLink($study->hash, 'chat.png', 'show-notes', 'Chat');

BIN
resources/imgs/doctor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB