Skip to content

Commit

Permalink
changed checkbox to arrow (#9909)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrin2005 authored Jan 12, 2025
1 parent 8fa9fc2 commit c991839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Facility/FacilityDetailsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function FacilityDetailsPage({ id }: Props) {
className="border border-secondary-400"
>
<Link href="/facilities">
<CareIcon icon="l-square-shape" className="h-4 w-4 mr-1" />
<CareIcon icon="l-arrow-left" className="h-4 w-4 mr-1" />
<span className="text-sm underline">{t("back")}</span>
</Link>
</Button>
Expand Down

0 comments on commit c991839

Please sign in to comment.