Skip to content

Commit

Permalink
Fix icons in Live feed controller (#5777)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 authored Jun 24, 2023
1 parent ae1b78e commit ca5b767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/Consultations/LiveFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ const LiveFeed = (props: any) => {
>
<span className="sr-only">{option.label}</span>
{option.icon ? (
<i className={`fas fa-${option.icon} md:p-2`}></i>
<CareIcon className={`care-${option.icon}`} />
) : (
<span className="px-2 font-bold h-full w-8 flex items-center justify-center">
{option.value}x
Expand Down

0 comments on commit ca5b767

Please sign in to comment.