Skip to content

Commit

Permalink
Replaced export button Icon with relevant Export Icon (#6451)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamprakash123 authored Oct 17, 2023
1 parent 7e29f25 commit 8ad1353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/Common/Export.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const ExportMenu = ({
<DropdownMenu
disabled={isExporting || disabled}
title={isExporting ? "Exporting..." : label}
icon={<CareIcon className="care-l-import" />}
icon={<CareIcon className="care-l-export" />}
className="tooltip border-primary-500 bg-white text-primary-500 hover:bg-primary-100 enabled:border"
>
{exportItems.map((item) => (
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Patient/ManagePatients.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ export const PatientManager = () => {
}}
className="mr-5 w-full lg:w-fit"
>
<CareIcon className="care-l-import" />
<CareIcon className="care-l-export" />
<span className="lg:my-[3px]">Export</span>
</ButtonV2>
) : (
Expand Down

0 comments on commit 8ad1353

Please sign in to comment.