Samson Mutunga 3 년 전
부모
커밋
eb2ae3de51
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/dna/appointments.blade.php

+ 1 - 1
resources/views/app/dna/appointments.blade.php

@@ -64,7 +64,7 @@
                         </td>
                         <td>{{ $appointment->client->mcp->displayName() }}</td>
                         <td>
-                            <a href="/patients/view/{{$appointment->client->uid}}/calendar/{{$appointment->uid}}" class="font-weight-bold text-nowrap">
+                            <a href="/patients/view/{{$appointment->client->uid}}/calendar/{{$appointment->uid}}" class="text-nowrap">
                                 {{friendlier_date_time($appointment->raw_date . ' ' . $appointment->raw_start_time)}}
                             </a>
                         </td>